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 faa0f97 commit 1e48083
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
ui_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: WalletConnect/web3modal
ref: feat/optional_webserver
- name: UI Tests
env:
BASE_URL: https://lab.web3modal.com
WALLET_URL: https://react-wallet-v2-j9olxg3q2-walletconnect1.vercel.app
SKIP_PLAYWRIGHT_WEBSERVER: true
uses: ./.github/workflows/ui_tests.yml
secrets: inherit
- uses: actions/checkout@v3
with:
repository: WalletConnect/web3modal
ref: feat/optional_webserver
- name: UI Tests
env:
BASE_URL: https://lab.web3modal.com
WALLET_URL: https://react-wallet-v2-j9olxg3q2-walletconnect1.vercel.app
SKIP_PLAYWRIGHT_WEBSERVER: true
uses: ./.github/workflows/ui_tests.yml
secrets: inherit

0 comments on commit 1e48083

Please sign in to comment.