We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c414301 commit c6ae464Copy full SHA for c6ae464
1 file changed
.github/workflows/dotnetBuild.yml
@@ -46,9 +46,9 @@ jobs:
46
run: dotnet test --no-build --configuration Release --verbosity normal --logger trx --results-directory ./TestResults
47
48
- name: Create Failed Tests Playlist
49
- if: always()
+ if: failure()
50
uses: BenjaminMichaelis/trx-to-vsplaylist@v3
51
with:
52
trx-file-path: './TestResults/*.trx'
53
test-outcomes: 'Failed'
54
- artifact-name: 'failed-tests-playlist'
+ artifact-name: 'failed-tests-playlist'
0 commit comments