Skip to content

Commit

Permalink
test (test merge): trying to debug 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin CO committed Oct 9, 2024
1 parent 767d6b3 commit f81c2e8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/run_tests_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,17 @@ jobs:
- name: Rename coverage files
run: |
for shard in {1,2}; do
mv coverage${shard}/coverage.xml coverage${shard}.xml
pwd; ls -a -l
mv coverage${shard}.xml/.coverage* .coverage${shard}
mv coverage${shard}/.coverage* .coverage${shard}
pwd; ls -a -l
mv coverage${shard}/coverage.xml coverage${shard}.xml
done
# for shard in {1,2}; do
# mv coverage${shard}/coverage.xml coverage${shard}.xml
# pwd; ls -a -l
# mv coverage${shard}.xml/.coverage* .coverage${shard}

- name: Show current dir content
run: pwd; ls -a -l

Expand Down

0 comments on commit f81c2e8

Please sign in to comment.