fix(tests): start server for e2e tests
This commit is contained in:
parent
b0a2e0d2b8
commit
02def02117
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -21,6 +21,9 @@ jobs:
|
|||
|
||||
- name: Cypress run (e2e)
|
||||
uses: https://github.com/cypress-io/github-action@v6
|
||||
with:
|
||||
build: yarn run build
|
||||
start: yarn cypress:start_server
|
||||
|
||||
- name: Cypress run (component)
|
||||
uses: https://github.com/cypress-io/github-action@v6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue