Skip to content

Commit 73d2460

Browse files
authored
update cypress io github action version to 2
1 parent a1e6a9d commit 73d2460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Install NPM dependencies, cache them correctly
3030
# and run all Cypress tests
3131
- name: Cypress run
32-
uses: cypress-io/github-action@v1
32+
uses: cypress-io/github-action@v2
3333
with:
3434
start: npm run start
3535
wait-on: http://localhost:6001

0 commit comments

Comments
 (0)