1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-05-18 14:37:15 +01:00

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

This commit is contained in:
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

View file

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