Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Sep 1, 2023
1 parent 261f796 commit 9b4d381
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ jobs:
run: npm run lint
- name: Compile Smart Contracts
run: npm run compile
env:
MUMBAI_PROVIDER_URL: ${{ secrets.MUMBAI_PROVIDER_URL }}
- name: Test Coverage
run: npm run coverage
env:
MUMBAI_PROVIDER_URL: ${{ secrets.MUMBAI_PROVIDER_URL }}

0 comments on commit 9b4d381

Please sign in to comment.