Skip to content

Commit

Permalink
fix: artifact merge on v4 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi authored Jun 4, 2024
1 parent 0ad31e9 commit 5fe8ec6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
if: always()
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
with:
name: test-reports
name: test-reports-${{ matrix.test_function }}
path: "./test/src/${{ matrix.test_function }}_unit-tests_filtered.xml"
retention-days: 1

Expand All @@ -170,8 +170,9 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
with:
name: test-reports
pattern: test-reports-*
path: /tmp/testreports
merge-multiple: true

- name: Run test-summary
uses: test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336 # v2
Expand Down

0 comments on commit 5fe8ec6

Please sign in to comment.