diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index cd1c824..5b52ae7 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,5 +1,8 @@ name: Proof of Twitter tests on: [push] +env: + VITE_CONTRACT_ADDRESS: ${{ vars.VITE_CONTRACT_ADDRESS }} + VITE_CIRCUIT_ARTIFACTS_URL: ${{ vars.VITE_CIRCUIT_ARTIFACTS_URL }} jobs: run_circuit_tests: runs-on: ubuntu-latest @@ -71,8 +74,7 @@ jobs: node-version: 16 cache: 'yarn' env: - VITE_CONTRACT_ADDRESS: ${{ vars.CONTRACT_ADDRESS }} - VITE_CIRCUIT_ARTIFACTS_URL: ${{ vars.CIRCUIT_ARTIFACTS_URL }} + PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'true' - name: Install Yarn dependencies working-directory: ./packages/app run: yarn install