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

失敗しないようタイムアウトの延長・15分で止まるように
This commit is contained in:
まっちゃとーにゅ
2024-02-13 00:28:59 +09:00
committed by GitHub
parent b95e25004f
commit 63c4396987
3 changed files with 5 additions and 4 deletions

View File

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