Skip to content

Commit

Permalink
Update versions for cypress and cypress github-actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Oct 4, 2023
1 parent 4442526 commit 35bf525
Show file tree
Hide file tree
Showing 5 changed files with 203 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Setup for cypress
run: (cd examples/end-to-end && npm install && npx elm-tooling install && rm -rf elm-stuff && npx elm-pages gen && lamdera make app/Route/Index.elm)
- name: Cypress tests
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
working-directory: examples/end-to-end
start: node ../../generator/src/cli.js dev --debug
Expand Down
187 changes: 125 additions & 62 deletions examples/end-to-end/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/end-to-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Dillon Kearns",
"license": "BSD-3",
"devDependencies": {
"cypress": "^12.13.0",
"cypress": "^13.3.0",
"elm-pages": "file:../..",
"elm-tooling": "^1.3.0",
"http-server": "^0.11.1"
Expand Down
Loading

0 comments on commit 35bf525

Please sign in to comment.