diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec70cad..f8bfafa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,7 @@ name: CI on: push: + workflow_dispatch: jobs: check: @@ -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/"