Skip to content

Commit

Permalink
ci: Update environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
isidroamv committed Feb 4, 2024
1 parent 3f25917 commit 19efd41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 19efd41

Please sign in to comment.