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 dbd2efe commit 8242103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ 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
make install-shellcheck
- name: Check code formatting, linting, ...
run: make check
- name: Setup SSH Key Build and run e2e
run : |
make e2e-build
make e2e-run
make install-shellcheck
shell: bash
env:
DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 8242103

Please sign in to comment.