ci(test-frontend): Cypressのテストの失敗時、永遠に止まらない問題を回避 (MisskeyIO#434)
失敗しないようタイムアウトの延長・15分で止まるように
This commit is contained in:
parent
43ef9ca4e2
commit
39f86e25e0
3 changed files with 5 additions and 4 deletions
1
.github/workflows/test-frontend.yml
vendored
1
.github/workflows/test-frontend.yml
vendored
|
@ -114,6 +114,7 @@ jobs:
|
|||
run: pnpm exec cypress install
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v6
|
||||
timeout-minutes: 15
|
||||
with:
|
||||
install: false
|
||||
start: pnpm start:test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue