Skip to content

Commit

Permalink
fix build #9 (reports)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Oct 13, 2023
1 parent 534a405 commit 2dd569b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Copy Artifacts into Root Folder
working-directory: ./artifacts
run: |
ls -l
if [ -f .coverage/.coverage ]; then cp .coverage/.coverage ../; fi
if [ -f .lint.txt/.lint.txt ]; then cp .lint.txt/.lint.txt ../; fi
Expand Down

0 comments on commit 2dd569b

Please sign in to comment.