ci(ci.yml): limit maximum execution time of ci test (#2763)
parent
73293fbcd3
commit
9ff55289ea
|
@ -32,6 +32,7 @@ jobs:
|
|||
|
||||
- name: 🧪 Test project
|
||||
run: pnpm test:ci
|
||||
timeout-minutes: 10
|
||||
|
||||
- name: 📝 Lint
|
||||
run: pnpm lint
|
||||
|
|
Loading…
Reference in New Issue