remove test server, add new test command, try to fix github workflow
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -23,9 +23,9 @@ jobs:
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
cache-key: node-v${{ matrix.node }}-on-${{ runner.os }}-hash-${{ hashFiles('yarn.lock') }}
|
||||
config-file: tests/cypress.json
|
||||
start: yarn start
|
||||
wait-on: 'http://localhost:3000'
|
||||
command: yarn test
|
||||
browser: chrome
|
||||
|
||||
- name: Export screenshots (on failure only)
|
||||
|
||||
Reference in New Issue
Block a user