use cypress official github action

This commit is contained in:
tamaina 2022-01-18 23:55:53 +09:00
parent d7834d0843
commit 478cb64e82

View file

@ -87,5 +87,10 @@ jobs:
run: cp .github/misskey/test.yml .config
- name: Build
run: yarn build
- name: Test
run: yarn e2e
#- name: Test
# run: yarn e2e
- name: Cypress run
uses: cypress-io/github-action@v2
with:
start: npm run start:test
wait-on: 'http://localhost:61812'