Skip to content

Commit

Permalink
feat(blockchain-api): cover more chains in Canary
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Jan 10, 2024
1 parent adb0681 commit 7fe7120
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ on:
branches-ignore:
- main
jobs:
Deploy-Preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.UI_TEST_VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.UI_TEST_VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.UI_TEST_VERCEL_TOKEN }}
# Deploy-Preview:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Install Vercel CLI
# run: npm install --global vercel@latest
# - name: Pull Vercel Environment Information
# run: vercel pull --yes --environment=preview --token=${{ secrets.UI_TEST_VERCEL_TOKEN }}
# - name: Build Project Artifacts
# run: vercel build --token=${{ secrets.UI_TEST_VERCEL_TOKEN }}
# - name: Deploy Project Artifacts to Vercel
# run: vercel deploy --prebuilt --token=${{ secrets.UI_TEST_VERCEL_TOKEN }}


ui-test:
with:
#base-url: https://lab.web3modal.com
wallet-url: https://react-wallet-v2-j9olxg3q2-walletconnect1.vercel.app
base-url: https://lab.web3modal.com/
wallet-url: https://react-wallet.walletconnect.com/
skip-playwright-webserver: true
uses: WalletConnect/web3modal/.github/workflows/ui_tests.yml@feat/optional_webserver
secrets:
Expand Down

0 comments on commit 7fe7120

Please sign in to comment.