We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e6a9d commit 73d2460Copy full SHA for 73d2460
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
# Install NPM dependencies, cache them correctly
30
# and run all Cypress tests
31
- name: Cypress run
32
- uses: cypress-io/github-action@v1
+ uses: cypress-io/github-action@v2
33
with:
34
start: npm run start
35
wait-on: http://localhost:6001
0 commit comments