Skip to content

Commit

Permalink
feat(ci): use PROVIDER_URL env that is required for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Jul 17, 2023
1 parent 52f6ab9 commit 72b6c52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ jobs:

- name: Run tests
run: yarn hardhat test

env:
PROVIDER_URL: ${{ secrets.PROVIDER_URL }}

0 comments on commit 72b6c52

Please sign in to comment.