Skip to content

Commit

Permalink
refactor: run e2e tests using yarn test:e2e
Browse files Browse the repository at this point in the history
Updated the configuration to ensure GitHub Actions runs e2e tests using
our custom command (`yarn test:e2e`). This guarantees that the tests use
our defined configurations, providing consistency between local
development and CI environments.
  • Loading branch information
gminetoma committed Jan 24, 2025
1 parent 4b097b1 commit 6b82aff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Run Cypress tests
uses: cypress-io/github-action@v6
with:
command: yarn test:e2e

- name: Upload screenshots
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6b82aff

Please sign in to comment.