diff --git a/.github/workflows/cypress-tests.yaml b/.github/workflows/cypress-tests.yaml index 9b02d55fd..5d013200b 100644 --- a/.github/workflows/cypress-tests.yaml +++ b/.github/workflows/cypress-tests.yaml @@ -50,8 +50,10 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v6 env: - GQL_PORT: 4350 VITE_WALLETCONNECT_PROJECT_ID: ${{ secrets.WALLETCONNECT_PROJECT_ID }} + DB_HOST: postgres + GQL_PORT: 4350 + DB_PORT: 5432 with: install-command: yarn install start: |