Skip to content

Commit

Permalink
set job timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt authored Sep 6, 2024
1 parent 8f760a8 commit 21be57c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
test_and_deploy:
name: Test and Deploy
runs-on: ubuntu-latest
timeout-minutes: ${{ fromJSON(vars.DEFAULT_JOB_TIMEOUT_MINUTES) }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down

0 comments on commit 21be57c

Please sign in to comment.