Skip to content

Commit

Permalink
path changing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerm-iguazio committed Jul 21, 2024
1 parent f87c8ee commit 403b4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
name: coverage_unit_tests_report-${{ github.run_id }}
path: . # where to download. file downloaded by name.
- name: ls
run: ls .
run: ls
- name: pwd
run: pwd
- name: rename coverage unittest artifact
run:
mv ./coverage_unit_tests_report-${{ github.run_id }} unit_tests.coverage
mv coverage_unit_tests_report-${{ github.run_id }} unit_tests.coverage

- name: Download integration coverage report
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 403b4e3

Please sign in to comment.