Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Enable moving hidden files
  • Loading branch information
staticdev authored Dec 16, 2023
1 parent c5a57d3 commit e085571
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ jobs:

- name: Combine coverage data and display human readable report
run: |
echo $SHELL
ls -lha coverage-data-3.10-windows-latest
shopt -s dotglob
mv coverage-data-3.10-windows-latest/* .
mv coverage-data-3.12-ubuntu-latest/* .
mv coverage-data-3.11-ubuntu-latest/* .
Expand Down

0 comments on commit e085571

Please sign in to comment.