ci(ci.yml): limit maximum execution time of ci test (#2763)

main
TAKAHASHI Shuuji 2024-04-06 01:19:53 +09:00 committed by GitHub
parent 73293fbcd3
commit 9ff55289ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ jobs:
- name: 🧪 Test project
run: pnpm test:ci
timeout-minutes: 10
- name: 📝 Lint
run: pnpm lint