fix(tests): start server for e2e tests
Some checks failed
container-scan / Container Scan (pull_request) Successful in 4m36s
docker-build / docker (pull_request) Successful in 5m50s
tests / Tests (pull_request) Failing after 5m41s

This commit is contained in:
Dominik 2025-05-13 10:23:58 +02:00
parent b0a2e0d2b8
commit 02def02117

View file

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