Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Feb 14, 2024
1 parent 7ca7683 commit 0493721
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
with:
submodules: true
- name: Javascore contracts coverage
run: ./gradlew test
run: |
./gradlew build
./gradlew test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 0493721

Please sign in to comment.