Skip to content

Commit

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

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

- name: Add context info to env
Expand Down

0 comments on commit 64b1329

Please sign in to comment.