chore: build lab locally in tests (#493)

This commit is contained in:
Luka Isailovic 2024-02-27 12:52:22 +01:00 committed by GitHub
parent 01ef352555
commit 34bb1727d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,9 +39,9 @@ jobs:
ui-test:
needs: preview
with:
base-url: https://lab.web3modal.com/
base-url: http://localhost:3000/
wallet-url: ${{ needs.preview.outputs.preview-url }}/
skip-playwright-webserver: true
skip-playwright-webserver: false
branch: V4
command: playwright:test:wallet
uses: WalletConnect/web3modal/.github/workflows/ui_tests.yml@V4