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