Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/setup-node-4
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-smith authored Nov 8, 2023
2 parents 350a413 + 1bb0680 commit 10d0602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI

on:
push:
workflow_dispatch:

jobs:
check:
Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:
- name: Run tests
run: just test
- name: Cypress run
uses: cypress-io/github-action@d69252d52b9a31bad4f418f05ba2bc83687a02eb #v5.8.3
uses: cypress-io/github-action@ebe8b24c4428922d0f793a5c4c96853a633180e3 #v6.6.0
with:
start: just run
wait-on: "http://localhost:8000/"
Expand Down

0 comments on commit 10d0602

Please sign in to comment.