Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
# Install deps only
- name: Cypress install dependencies
id: cypress-deps
uses: cypress-io/github-action@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c # v6.10.2
uses: cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
# Do not consider failure a failure. Well, sort of.
# See https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#steps-context
continue-on-error: true
Expand All @@ -192,7 +192,7 @@ jobs:
# Actually run tests, building repo
- name: Cypress run
id: cypress-run
uses: cypress-io/github-action@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c # v6.10.2
uses: cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
with:
wait-on: http://[::1]:3000
wait-on-timeout: 600
Expand Down
Loading