Skip to content

Commit

Permalink
chore: update cypress/github-action to v6 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s authored Sep 3, 2023
1 parent b9f571c commit 464d052
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 @@ -61,7 +61,7 @@ jobs:
run: npm run build

- name: Run Cypress tests
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
start: npm run demo -- --host 127.0.0.1 # see https://github.com/cypress-io/github-action/issues/634
wait-on: 'http://127.0.0.1:4200'
Expand Down

0 comments on commit 464d052

Please sign in to comment.