Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore(ci): set timeout for each step (#6923)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 25, 2022
1 parent 44d4531 commit dc62dde
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
os: [ubuntu-latest]
node: [16]

timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -48,6 +50,8 @@ jobs:
os: [ubuntu-latest]
node: [16]

timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -69,6 +73,8 @@ jobs:
os: [ubuntu-latest]
node: [16]

timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -93,6 +99,8 @@ jobs:
os: [ubuntu-latest, windows-latest]
node: [16]

timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -125,6 +133,8 @@ jobs:
os: [ubuntu-latest, windows-latest]
node: [16]

timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -151,6 +161,8 @@ jobs:
os: [ubuntu-latest]
node: [16]

timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -189,6 +201,8 @@ jobs:
os: [ubuntu-latest]
node: [16]

timeout-minutes: 20

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit dc62dde

Please sign in to comment.