Skip to content

Commit 479535c

Browse files
authored
Update windows.yml
1 parent 6c3dcaa commit 479535c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
- name: Add Microsoft.CodeAnalysis.CSharp reference
7373
run: dotnet add CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj package Microsoft.CodeAnalysis.CSharp
7474
- name: Run tests
75-
run: dotnet test CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj --logger "html;logfilename=test-result-${{ matrix.os }}.html;verbosity=detailed" --results-directory ~/artifact/
75+
run: dotnet test CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj --logger "html;logfilename=test-result-${{ matrix.os }}.html;verbosity=detailed" --results-directory C:/Users/runneradmin/artifact
7676
- name: Upload test result
7777
uses: actions/[email protected]
7878
with:
7979
name: test-result-${{ matrix.os }}
80-
path: ~/artifact/test-result-${{ matrix.os }}.html
80+
path: C:/Users/runneradmin/artifact/test-result-${{ matrix.os }}.html
8181
if-no-files-found: error
8282
if: ${{ always() }}

0 commit comments

Comments
 (0)