diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 6a4f39bda..6eac5a270 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -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 }}