Skip to content

Commit

Permalink
Adding report.json as a github actions artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalinn committed Dec 6, 2024
1 parent 6b5afe5 commit 4e97223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
- name: Set report.json to be available as an artifact
uses: actions/upload-artifact@v4
with:
name: report.json
name: report-${{ matrix.os }}-py${{ matrix.python-version }}
path: /home/runner/work/behavex/behavex/output/report.json

0 comments on commit 4e97223

Please sign in to comment.