Skip to content

Commit

Permalink
check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cx-ruiaraujo committed Oct 22, 2024
1 parent 45c7060 commit 9141d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
E2E_KICS_DOCKER: kics:e2e-tests-${{ github.sha }}
E2E_KICS_QUERIES_PATH: ${{ steps.getbin.outputs.queries }}
run: |
go test -tags dev "github.com/Checkmarx/kics/v2/e2e" -timeout 1500s -json > results.json
go test -tags dev "github.com/Checkmarx/kics/v2/e2e" -timeout 1500s -json
- name: Generate E2E Report
if: always()
env:
Expand Down

0 comments on commit 9141d1d

Please sign in to comment.