Skip to content

Commit

Permalink
chore(ci): add timeout to linter workflow step
Browse files Browse the repository at this point in the history
timeout was causing failures in CI
  • Loading branch information
Tieske committed Oct 9, 2023
1 parent 135a39d commit cfb4ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup golangci-lint
uses: golangci/[email protected]
with:
args: --timeout=30m
- name: Verify Codegen
run: make verify-codegen
- name: Run tests with Coverage
Expand Down

0 comments on commit cfb4ea8

Please sign in to comment.