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
+2 -2
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