Skip to content

Commit

Permalink
add a timeout minutes to the CI jobs
Browse files Browse the repository at this point in the history
This is just taking the implementation from ember-cli/ember-cli#9760 which must have been added to ember-cli after we "forked" from there
  • Loading branch information
mansona committed Mar 4, 2024
1 parent e384e0d commit d7246c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
test:
name: "Tests"
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v4<% if (pnpm) { %>
Expand All @@ -35,6 +36,7 @@ jobs:
floating:
name: "Floating Dependencies"
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v4<% if (pnpm) { %>
Expand All @@ -54,6 +56,7 @@ jobs:
name: ${{ matrix.try-scenario }}
runs-on: ubuntu-latest
needs: 'test'
timeout-minutes: 10

strategy:
fail-fast: false
Expand Down
2 changes: 2 additions & 0 deletions files/.github/workflows/push-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
push-dist:
name: Push dist
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v4<% if (pnpm) { %>
- uses: pnpm/action-setup@v3
Expand Down

0 comments on commit d7246c4

Please sign in to comment.