Skip to content

Commit

Permalink
fix: add env variable to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yum0e committed Jul 27, 2023
1 parent 06fc03e commit 62fcf17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
run: forge build

- name: Run Forge tests
env:
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
run: forge test -vvvv

0 comments on commit 62fcf17

Please sign in to comment.