File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 32
32
build-configuration : ' Release'
33
33
build-platform : ' Any CPU'
34
34
git-version : ' 6.0.x'
35
- test-result-directory : ${{ runner.temp }}/ test-results
35
+ test-result-directory : ' test-results'
36
36
37
37
jobs :
38
38
versioning :
94
94
with :
95
95
test-project-glob-pattern : ${{ vars.TEST_DEFAULT_GLOB_PATTERN }}
96
96
test-runsettings-path : ' unit-test.runsettings'
97
- - name : Test with .NET
98
- run : dotnet test ${{ vars.TEST_DEFAULT_GLOB_PATTERN }} --configuration ${{ env.build-configuration }} --verbosity normal --settings -- --coverage --coverage-output-format cobertura --report-trx --results-directory ${{ runner.temp }}/test-results/
99
- - name : Upload Test Results
100
- uses : actions/upload-artifact@v4
101
- with :
102
- name : test-results
103
- path : ${{ runner.temp }}/test-results/*
97
+ test-results-directory : ${{ runner.temp }}/${{ env.test-result-directory }}/
104
98
# - run: dotnet tool install --global LiquidTestReports.Cli --prerelease
105
99
# - run: ls -R ${{ runner.temp }}/test-results/
106
100
# - run: liquid --inputs "Folder=${{ runner.temp }}/test-results/;File=**/*.trx;Format=Trx" --output-file ${{ runner.temp }}/test-results/test-report.md
You can’t perform that action at this time.
0 commit comments