Skip to content

Commit

Permalink
test (test merge): trying to debug 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin CO committed Oct 8, 2024
1 parent a3c5100 commit 46b4557
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/run_tests_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,15 @@ jobs:
id: download
uses: actions/download-artifact@v3

# - name: Rename coverage files
# run: |
# pwd; ls -a -l
# for shard in {1,2}; do
# mv coverage${shard}/coverage.xml coverage${shard}.xml
# mv coverage${shard}/coverage* .coverage${shard}
# done
- name: Rename coverage files
run: |
pwd; ls -a -l
cd coverage1
ls -a -l
for shard in {1,2}; do
mv coverage${shard}/coverage.xml coverage${shard}.xml
mv coverage${shard}/.coverage* .coverage${shard}
done
- name: Show current dir content
run: pwd; ls -a -l
Expand Down

0 comments on commit 46b4557

Please sign in to comment.