Skip to content

Commit

Permalink
Adapt artifact names to newly discovered feature
Browse files Browse the repository at this point in the history
Looks like that thing generates a comparison with results from previous versions
  • Loading branch information
Viir committed May 24, 2023
1 parent 6742d90 commit 1b8d4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
name: test-results-${{ github.sha }}-${{ matrix.environment }}
path: ./implement/test-elm-time/TestResults

- name: Summarize Test Results
- name: Compile Overview of Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: always()
with:
check_name: "Test Results Summaries ${{ matrix.environment }}"
check_name: "Test Results Overview ${{ matrix.environment }}"
files: |
./implement/test-elm-time/TestResults/**/*.xml
./implement/test-elm-time/TestResults/**/*.trx
Expand Down

0 comments on commit 1b8d4ff

Please sign in to comment.