chore(ci): run e2e tests in workflow

This commit is contained in:
Dominik 2025-05-13 09:34:29 +02:00
parent a443909103
commit 0a0f27bd1f

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