Skip to content

Commit

Permalink
ci(ci.yml): limit maximum execution time of ci test (#2763)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored Apr 5, 2024
1 parent 73293fb commit 9ff5528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- name: 🧪 Test project
run: pnpm test:ci
timeout-minutes: 10

- name: 📝 Lint
run: pnpm lint
Expand Down

0 comments on commit 9ff5528

Please sign in to comment.