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 f20c117 commit 22d3faf
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,13 @@ jobs:
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.UI_TEST_VERCEL_TOKEN }}


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:
NEXT_PUBLIC_PROJECT_ID: 942cb705fcbddae9f61bc75f7fa14855
TESTS_NEXTAUTH_SECRET: test
TESTS_MAILSEC_API_KEY: abc
ui-test:
env:
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
TESTS_NEXTAUTH_SECRET: test
TESTS_MAILSEC_API_KEY: abc

0 comments on commit 22d3faf

Please sign in to comment.