Skip to content

Commit

Permalink
change artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
OlteanuRares committed Oct 31, 2023
1 parent 98f6372 commit ea5b237
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: test-report
name: test-report-{{ matrix.python-version }}
path: junit.xml
- name: Archive code coverage results

- name: Archive code coverage results {{ matrix.python-version }}
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
name: code-coverage-report-{{ matrix.python-version }}
path: coverage.xml

- name: Add context info to env
Expand Down

0 comments on commit ea5b237

Please sign in to comment.