ci(test-frontend): Cypressのテストの失敗時、永遠に止まらない問題を回避 (MisskeyIO#434)

失敗しないようタイムアウトの延長・15分で止まるように
This commit is contained in:
まっちゃとーにゅ 2024-02-11 04:36:45 +09:00 committed by GitHub
parent 43ef9ca4e2
commit 39f86e25e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View file

@ -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