Skip to content

Commit

Permalink
try coverage in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zk committed Aug 8, 2023
1 parent bbea0c9 commit c5c8190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: "Compile the contracts and generate the TypeChain bindings"
run: "pnpm typechain"

# - name: "Test the contracts and generate the coverage report"
# run: "pnpm coverage"
- name: "Test the contracts and generate the coverage report"
run: "pnpm coverage"

- name: Login to GitHub Container Registry
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
Expand Down

0 comments on commit c5c8190

Please sign in to comment.