mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-14 12:59:59 +00:00
ci(ci.yml): limit maximum execution time of ci test (#2763)
This commit is contained in:
parent
73293fbcd3
commit
9ff55289ea
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
|||
|
||||
- name: 🧪 Test project
|
||||
run: pnpm test:ci
|
||||
timeout-minutes: 10
|
||||
|
||||
- name: 📝 Lint
|
||||
run: pnpm lint
|
||||
|
|
Loading…
Reference in a new issue