Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrabian committed Nov 15, 2024
1 parent 8925f7f commit 1e22586
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,12 @@ jobs:
- name: Run Cypress Tests
uses: cypress-io/github-action@v6
with:
working-directory: tests/cypress
working-directory: tests
spec: |
e2e/*.cy.js
e2e/admin/*.cy.js
e2e/mcpar/*.cy.js
e2e/mlr/*.cy.js
cypress/e2e/*.cy.js
cypress/e2e/admin/*.cy.js
cypress/e2e/mcpar/*.cy.js
cypress/e2e/mlr/*.cy.js
browser: chrome
config: baseUrl=${{ needs.deploy.outputs.application_endpoint }}
wait-on: ${{ needs.deploy.outputs.application_endpoint }}
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
uses: cypress-io/github-action@v6
with:
working-directory: tests/cypress
spec: e2e/accessibility/*.cy.js
spec: cypress/e2e/accessibility/*.cy.js
browser: chrome
config: baseUrl=${{ needs.deploy.outputs.application_endpoint }}
wait-on: ${{ needs.deploy.outputs.application_endpoint }}
Expand Down

0 comments on commit 1e22586

Please sign in to comment.