Skip to content

Commit

Permalink
fix: e2e tests paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sobolewski committed Sep 15, 2023
1 parent 5975ef7 commit 8152eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
start: yarn start-e2e-test-app
working-directory: js
record: true
spec: cypress/integration/e2e-test/*.js
spec: cypress/e2e/e2e-test/*.js
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
- name: Run Cypress on example Dashboard
Expand All @@ -68,7 +68,7 @@ jobs:
start: yarn start-e2e-router-app
working-directory: js
record: true
spec: cypress/integration/dashboard/*.js
spec: cypress/e2e/dashboard/*.js
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}

Expand Down

0 comments on commit 8152eb2

Please sign in to comment.