From 593b9d89c83f1316215e81d052644661057d6fc5 Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:15:28 +0100 Subject: [PATCH] chore: yarn start on cypress action --- .github/workflows/cypress-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-testing.yml b/.github/workflows/cypress-testing.yml index 7e0e7bbb..60e07809 100644 --- a/.github/workflows/cypress-testing.yml +++ b/.github/workflows/cypress-testing.yml @@ -51,7 +51,7 @@ jobs: uses: cypress-io/github-action@v6 with: build: yarn run build - start: yarn test + start: yarn start env: SUPABASE_URL: "https://wfzpewmlyiozupulbuur.supabase.co"