Skip to content

Commit

Permalink
Add workflow env variables for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Oct 7, 2024
1 parent 9b3b478 commit 18038a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
cache: "yarn"

- name: Install dependencies
run: yarn --frozen-lockfile

- name: Run ${{ matrix.task }}
run: yarn ${{ matrix.task }}
env:
VITE_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
VITE_TOKEN_ADDRESS: "0x6B175474E89094C44Da98b954EedeAC495271d0F"

0 comments on commit 18038a8

Please sign in to comment.