Skip to content

Commit

Permalink
Add ember-try CI timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
achambers authored and patocallaghan committed Nov 14, 2023
1 parent 23b9c0f commit 95fe99f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.allow-failure }}
needs: test
timeout-minutes: 10

strategy:
fail-fast: true
Expand Down Expand Up @@ -187,4 +188,4 @@ jobs:
run: yarn install --no-lockfile --non-interactive

- name: Test
run: yarn test:ember --launch ${{ matrix.browser }}
run: yarn test:ember --launch ${{ matrix.browser }}

0 comments on commit 95fe99f

Please sign in to comment.