Skip to content

Commit 659e585

Browse files
author
Petr Sramek
committed
test test
1 parent ba87942 commit 659e585

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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: ${{ RUNNER_TEMP }}/test-results/'
4747
required: false
4848
default: |
49-
'${{ runner.temp }}/test-results/'
49+
'${{ RUNNER_TEMP }}/test-results/'
5050
test-artifacts-name:
5151
description: 'Test artifacts name, Default: test-results'
5252
required: false

.github/workflows/dotnet.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ 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 }}/${{ env.test-result-directory }}/
9897
# - run: dotnet tool install --global LiquidTestReports.Cli --prerelease
9998
# - run: ls -R ${{ runner.temp }}/test-results/
10099
# - 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)