Skip to content

Commit

Permalink
ci: lint e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Duarte Barroso <[email protected]>
  • Loading branch information
maiqueb committed Nov 18, 2022
1 parent 786ca28 commit 0cdbf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.47.3
args: --timeout 3m --verbose cmd/... pkg/...
args: --timeout 3m --verbose cmd/... pkg/... e2e/...

- name: Test
run: make test
Expand Down

0 comments on commit 0cdbf9c

Please sign in to comment.