From e9caf3a857a0017919eda63d02a712a95e18f84a Mon Sep 17 00:00:00 2001 From: Ben Teese Date: Mon, 15 Jul 2024 09:57:21 +1000 Subject: [PATCH] Upgrade Cypress Github Action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fe99c1..38497e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"