chore(ci): run e2e tests in workflow
This commit is contained in:
parent
d3865605c4
commit
21b21c9c78
1 changed files with 4 additions and 1 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -19,7 +19,10 @@ jobs:
|
|||
- name: Enable corepack
|
||||
run: corepack enable
|
||||
|
||||
- name: Cypress run
|
||||
- name: Cypress run (e2e)
|
||||
uses: https://github.com/cypress-io/github-action@v6
|
||||
|
||||
- name: Cypress run (component)
|
||||
uses: https://github.com/cypress-io/github-action@v6
|
||||
with:
|
||||
build: yarn run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue