Skip to content

Commit

Permalink
chore: adding workflow timeouts (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya authored Dec 18, 2023
1 parent 2d40dde commit 1690004
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/spicy-walls-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

test:
runs-on: buildjet-4vcpu-ubuntu-2204
timeout-minutes: 25
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -73,10 +74,12 @@ jobs:
test-script: pnpm ci:test
prnumber: ${{ steps.findPr.outputs.number }}
base-coverage-file: coverage-reports/report.master.json

live-tests:
name: Run Live Tests
if: github.head_ref == 'changeset-release/master'
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1690004

Please sign in to comment.