Skip to content

Commit

Permalink
fix coverage unit test report path
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerm-iguazio committed Jul 21, 2024
1 parent 5d3b30b commit aa5163c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage_unit_tests_report
path: full_unit_tests.coverage
path: unit_tests.coverage

integration:
name: Integration tests
Expand Down

0 comments on commit aa5163c

Please sign in to comment.