From 21b21c9c78bea127786c96ac59b4967c8b69737b Mon Sep 17 00:00:00 2001 From: Dominik Stahl Date: Tue, 13 May 2025 09:34:29 +0200 Subject: [PATCH] chore(ci): run e2e tests in workflow --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 163f9fd..d867345 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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