fix(tests): variable not defined (#446)

This commit is contained in:
Derek 2024-02-02 11:44:09 -05:00 committed by GitHub
parent 556aba9f94
commit 7c605ef106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,10 +42,9 @@ jobs:
base-url: https://lab.web3modal.com/
wallet-url: ${{ needs.preview.outputs.preview-url }}/
skip-playwright-webserver: true
branch: V3
branch: V4
command: playwright:test:wallet
uses: WalletConnect/web3modal/.github/workflows/ui_tests.yml@V3
secrets:
NEXT_PUBLIC_PROJECT_ID: ${{ secrets.UI_TEST_PROJECT_ID }}
TESTS_NEXTAUTH_SECRET: ${{ secrets.TESTS_NEXTAUTH_SECRET }}
NEXT_PUBLIC_PIMLICO_KEY: ${{ secrets.TESTS_PIMLICO_KEY }}