Skip to content

Commit 7617934

Browse files
Yuri05Yuri05
andauthored
Fix testlog location (#3593)
Co-authored-by: Yuri05 <Yuri05@github.com>
1 parent 2df9918 commit 7617934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-nightly_12.3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
dotnet build /p:Version=${{env.APP_VERSION}}
6666
6767
- name : Test
68-
run: dotnet test -v normal --no-build --logger:"html;LogFileName=../testLog_Windows.html"
68+
run: dotnet test -v normal --no-build --logger:"html;LogFileName=${{ github.workspace }}/testLog_Windows.html"
6969

7070
- name: Sign PKSim.exe with CodeSignTool
7171
uses: Open-Systems-Pharmacology/Workflows/.github/actions/codesigner-SSL@main

0 commit comments

Comments
 (0)