forked from mirror/misskey
use cypress official github action
This commit is contained in:
parent
d7834d0843
commit
478cb64e82
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user