From cf4e025892c11318361d72dc58dfd2caffd1e816 Mon Sep 17 00:00:00 2001 From: "saeta.eth" Date: Tue, 28 May 2024 16:01:12 +0900 Subject: [PATCH] attemp --- .github/workflows/website-e2e.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website-e2e.yml b/.github/workflows/website-e2e.yml index 4d2794e1e..0e63270fc 100644 --- a/.github/workflows/website-e2e.yml +++ b/.github/workflows/website-e2e.yml @@ -9,6 +9,8 @@ on: jobs: cypress-run: runs-on: ubuntu-22.04 + env: + NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: ${{secrets.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID}} steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -22,7 +24,4 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v6 with: - install: false - auto-cancel-after-failures: 2 command: cd ./packages/website && npm run e2e - wait-on: 'http://localhost:3000'