chore(ci): run e2e tests in workflow
Some checks failed
container-scan / Container Scan (pull_request) Failing after 2m45s
docker-build / docker (pull_request) Has been cancelled
tests / Tests (pull_request) Has been cancelled

This commit is contained in:
Dominik 2025-05-13 09:34:29 +02:00
parent be67f57569
commit 57042a8bfc

View file

@ -19,7 +19,10 @@ jobs:
- name: Enable corepack - name: Enable corepack
run: corepack enable 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 uses: https://github.com/cypress-io/github-action@v6
with: with:
build: yarn run build build: yarn run build