Skip to content

Commit e83bccb

Browse files
author
Petr Sramek
committed
tets
1 parent 659e585 commit e83bccb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/actions/test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ inputs:
4343
required: false
4444
default: 'true'
4545
test-results-directory:
46-
description: 'Search pattern for test artifacts. Default: ${{ RUNNER_TEMP }}/test-results/'
46+
description: 'Search pattern for test artifacts. Default: test-results'
4747
required: false
4848
default: |
49-
'${{ RUNNER_TEMP }}/test-results/'
49+
'test-results'
5050
test-artifacts-name:
5151
description: 'Test artifacts name, Default: test-results'
5252
required: false

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
with:
9595
test-project-glob-pattern: ${{ vars.TEST_DEFAULT_GLOB_PATTERN }}
9696
test-runsettings-path: 'unit-test.runsettings'
97+
test-results-directory: '${{ runner.temp }}/test-results/'
9798
# - run: dotnet tool install --global LiquidTestReports.Cli --prerelease
9899
# - run: ls -R ${{ runner.temp }}/test-results/
99100
# - run: liquid --inputs "Folder=${{ runner.temp }}/test-results/;File=**/*.trx;Format=Trx" --output-file ${{ runner.temp }}/test-results/test-report.md

0 commit comments

Comments
 (0)