Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Nov 6, 2024
1 parent f60b3c9 commit 7923834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: cypress-io/github-action@v6
with:
browser: chrome
spec: e2e/cypress/integration/single-backend/${{ matrix.spec }}
spec: test/e2e/cypress/integration/single-backend/${{ matrix.spec }}
install: false # Skip installation as we already did npm ci
wait-on: 'http://localhost:8080'
wait-on-timeout: 60
Expand Down

0 comments on commit 7923834

Please sign in to comment.