Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-prometheus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
prometheus-operator
kube-prometheus
Commits
e3346b8f
Unverified
Commit
e3346b8f
authored
4 years ago
by
Frederic Branczyk
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #994 from paulfantom/ci
.github: do not persist credentials on checkout
parents
a9961b8f
f8c92f04
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yaml
+10
-0
10 additions, 0 deletions
.github/workflows/ci.yaml
with
10 additions
and
0 deletions
.github/workflows/ci.yaml
+
10
−
0
View file @
e3346b8f
...
...
@@ -16,6 +16,8 @@ jobs:
name
:
Generate
steps
:
-
uses
:
actions/checkout@v2
with
:
persist-credentials
:
false
-
uses
:
actions/setup-go@v2
with
:
go-version
:
${{ env.golang-version }}
...
...
@@ -25,18 +27,24 @@ jobs:
name
:
Jsonnet linter
steps
:
-
uses
:
actions/checkout@v2
with
:
persist-credentials
:
false
-
run
:
make --always-make lint
fmt
:
runs-on
:
ubuntu-latest
name
:
Jsonnet formatter
steps
:
-
uses
:
actions/checkout@v2
with
:
persist-credentials
:
false
-
run
:
make --always-make fmt && git diff --exit-code
unit-tests
:
runs-on
:
ubuntu-latest
name
:
Unit tests
steps
:
-
uses
:
actions/checkout@v2
with
:
persist-credentials
:
false
-
run
:
make --always-make test
e2e-tests
:
name
:
E2E tests
...
...
@@ -48,6 +56,8 @@ jobs:
-
'
kindest/node:v1.20.0'
steps
:
-
uses
:
actions/checkout@v2
with
:
persist-credentials
:
false
-
name
:
Start KinD
uses
:
engineerd/setup-kind@v0.5.0
with
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment