diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c090f8e..93ad82a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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