Skip to content

Commit

Permalink
Update cypress/github-action to v6 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Sep 3, 2023
1 parent df9277d commit 1e5c980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: npm ci

- name: Run Cypress tests
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
start: npm run dev -- --host=127.0.0.1
wait-on: 'http://127.0.0.1:3009'
Expand Down

0 comments on commit 1e5c980

Please sign in to comment.