1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-15 02:35:08 +02:00

refuse install by cypress action

This commit is contained in:
tamaina
2022-01-18 23:59:58 +09:00
parent 478cb64e82
commit 5b0ddedc87

View File

@@ -92,5 +92,6 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v2
with:
install: false
start: npm run start:test
wait-on: 'http://localhost:61812'