chore(ci): run e2e tests in workflow

This commit is contained in:
Dominik 2025-05-13 09:34:29 +02:00
parent d3865605c4
commit 21b21c9c78
Signed by: dominik
GPG key ID: 06A4003FC5049644

View file

@ -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