Skip to content

Commit

Permalink
test: okay try v5 cypress-io/github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr committed Feb 10, 2024
1 parent 204096b commit d3b561b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
node-version: 16.13.2
- name: Cypress integration tests
uses: cypress-io/github-action@v6
uses: cypress-io/github-action@v5
with:
start: npm run build:serve
wait-on: 'http://localhost:9000'
Expand All @@ -29,7 +29,7 @@ jobs:
with:
node-version: 16.13.2
- name: Cypress data validation
uses: cypress-io/github-action@v6
uses: cypress-io/github-action@v5
with:
env: VALIDATE_ALL=true
spec: cypress/e2e/zz-validate-data.cy.js
Expand Down

0 comments on commit d3b561b

Please sign in to comment.