Skip to content

Commit f108fe1

Browse files
authored
Upgrade Cypress GH action to fix failed build (#1039)
Here is the failure: https://github.com/cloudfour/cloudfour.com-patterns/runs/1408782567 cypress-io/github-action#229
1 parent 86bfd4c commit f108fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ jobs:
8282
- name: Run Build (necessary for including css file in cypress tests)
8383
run: npm run build
8484
- name: Cypress run
85-
uses: cypress-io/github-action@v1
85+
uses: cypress-io/github-action@v2
8686
with:
8787
install: false

0 commit comments

Comments
 (0)