Skip to content

Commit

Permalink
#131 Temporary workaround for the github artifacts problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Sep 3, 2024
1 parent 9677ec2 commit 9e1acc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
path: ./artifacts

- name: Copy Artifacts into Root Folder
if: ${{ hashFiles('./artifacts') != '' }}
working-directory: ./artifacts
run: |
cp .coverage/.coverage ../
Expand All @@ -44,6 +45,7 @@ jobs:
path: metrics.json

- name: Generate GitHub Summary
if: ${{ hashFiles('./artifacts') != '' }}
run: |
echo -e "# Summary\n" >> $GITHUB_STEP_SUMMARY
poetry run nox -s report -- -- --format markdown >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 9e1acc1

Please sign in to comment.