Skip to content

Commit

Permalink
fix: run
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Jan 9, 2024
1 parent 6c3835b commit 9dc9560
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ jobs:
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.UI_TEST_VERCEL_TOKEN }}


ui-test:
# env:
# BASE_URL: https://lab.web3modal.com
# WALLET_URL: https://react-wallet-v2-j9olxg3q2-walletconnect1.vercel.app
# SKIP_PLAYWRIGHT_WEBSERVER: true
with:
BASE_URL: https://lab.web3modal.com
WALLET_URL: https://react-wallet-v2-j9olxg3q2-walletconnect1.vercel.app
SKIP_PLAYWRIGHT_WEBSERVER: true
uses: WalletConnect/web3modal/.github/workflows/ui_tests.yml@feat/optional_webserver
secrets:
NEXT_PUBLIC_PROJECT_ID: 942cb705fcbddae9f61bc75f7fa14855
Expand Down

0 comments on commit 9dc9560

Please sign in to comment.