Skip to content

Commit

Permalink
ci: fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Feb 10, 2025
1 parent 296ff82 commit 5a11ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i -f
- run: npm run test:reports
- run: npm run test:report

- name: Upload coverage data to codecov
if: ${{ matrix.node-version == '22.x' }}
Expand Down

0 comments on commit 5a11ce6

Please sign in to comment.