Skip to content

Commit

Permalink
Merge pull request #977 from emberjs/add-ci-job-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Oct 24, 2022
2 parents 8ff4c91 + 50d0036 commit cb31e1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
test:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
Expand All @@ -28,6 +29,7 @@ jobs:
floating-dependencies:
name: 'Floating Dependencies'
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
Expand All @@ -37,8 +39,8 @@ jobs:

try-scenarios:
name: 'Try: ${{ matrix.ember-try-scenario }}'

runs-on: ubuntu-latest
timeout-minutes: 10

needs: test

Expand Down

0 comments on commit cb31e1a

Please sign in to comment.