Bump cypress CI action.

This commit is contained in:
Dillon Kearns 2022-12-11 19:48:21 -08:00
parent 5dd7b1621b
commit f880224f78

View File

@ -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@v4
uses: cypress-io/github-action@v5
with:
start: npm start
wait-on: "http://localhost:1234"