Skip to content

Commit

Permalink
improve test stage in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Dec 22, 2024
1 parent f7f292a commit dbd2efe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
run: |
GO111MODULES=off; go mod vendor
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0
- name: Check code formatting, linting, ...
run: make check
- name: Setup SSH Key Build and run e2e
run : |
make e2e-build
Expand All @@ -26,9 +28,7 @@ jobs:
GIT_TOKEN: ${{secrets.GIT_TOKEN}}
GIT_USER: ${{secrets.GIT_USER}}
- name: Test e2e
run: |
make check
make e2e-test
run: make e2e-test
- name: Clean e2e
run: |
make e2e-stop

0 comments on commit dbd2efe

Please sign in to comment.