Skip to content

Commit

Permalink
Rename generated test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
egorodet authored Sep 9, 2022
1 parent 447105b commit 618fdd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: dorny/test-reporter@v1
with:
artifact: /MethaneKit_${{ matrix.name }}_TestResults_(.*)/
name: Methane Kit ${{ matrix.name }} Test Results $1
name: Tests ${{ matrix.name }} v$1
path: '*_result.xml'
reporter: java-junit
fail-on-error: 'true'
fail-on-error: 'true'

0 comments on commit 618fdd2

Please sign in to comment.