From 0a86f01076d9f34d8e3094fc057bbf95fa3536ef Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:09:17 +0100 Subject: [PATCH] chore: separate funding step --- .github/workflows/cypress-testing.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress-testing.yml b/.github/workflows/cypress-testing.yml index 2dfa3d2d..7e0e7bbb 100644 --- a/.github/workflows/cypress-testing.yml +++ b/.github/workflows/cypress-testing.yml @@ -38,6 +38,9 @@ jobs: sleep 1 done || exit 1 + - name: Funding + run: yarn test:fund + - name: Start Cloudflare Wrangler run: npx wrangler pages dev static --port 8080 --binding USE_RELOADLY_SANDBOX=true RELOADLY_API_CLIENT_ID="$RELOADLY_SANDBOX_API_CLIENT_ID" RELOADLY_API_CLIENT_SECRET="$RELOADLY_SANDBOX_API_CLIENT_SECRET" & env: @@ -48,7 +51,7 @@ jobs: uses: cypress-io/github-action@v6 with: build: yarn run build - start: yarn test:fund + start: yarn test env: SUPABASE_URL: "https://wfzpewmlyiozupulbuur.supabase.co"