ci(test-frontend): Cypressのテストの失敗時、永遠に止まらない問題を回避 (MisskeyIO#434) (#13274)
失敗しないようタイムアウトの延長・15分で止まるように
This commit is contained in:
parent
b95e25004f
commit
63c4396987
3 changed files with 5 additions and 4 deletions
1
.github/workflows/test-frontend.yml
vendored
1
.github/workflows/test-frontend.yml
vendored
|
@ -115,6 +115,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