Skip to content

Commit

Permalink
Timeout for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongwartz committed Mar 17, 2024
1 parent f3ae482 commit 28f0af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run tests
run: |
tests=$(find ./codegen/src/ -name '*.test.pkl')
pkl test $tests
pkl test "$tests"
pkl-snippet:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -68,3 +68,4 @@ jobs:

- run: npm install
- run: npm run test:e2e
timeout-minutes: 3

0 comments on commit 28f0af1

Please sign in to comment.