Skip to content

Commit

Permalink
Upgrade Cypress Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
bent committed Jul 14, 2024
1 parent 34d0697 commit e9caf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: yarn workspace server build
- run: yarn workspace client build
# Fix version so that it doesn't advance over time unless we want it to
- uses: cypress-io/github-action@v2.11.7
- uses: cypress-io/github-action@v6.7.1
with:
start: yarn workspace integration start
wait-on: "http://localhost:5000"
Expand Down

0 comments on commit e9caf3a

Please sign in to comment.