Skip to content

Commit

Permalink
chore: separate funding step
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Oct 21, 2024
1 parent 4eb4ce9 commit 0a86f01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cypress-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit 0a86f01

Please sign in to comment.