Skip to content

Commit c32d6f8

Browse files
.
1 parent 399489e commit c32d6f8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pullrequest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: ${{ failure() }}
5151
with:
5252
name: tracelogs
53-
path: /home/txnproc/trace/
53+
path: c:\home\txnproc\trace\
5454

5555

5656
buildfirefox:
@@ -94,7 +94,7 @@ jobs:
9494
if: ${{ failure() }}
9595
with:
9696
name: tracelogs
97-
path: /home/txnproc/trace/
97+
path: c:\home\txnproc\trace\
9898

9999

100100
buildchromeui:
@@ -138,7 +138,7 @@ jobs:
138138
if: ${{ failure() }}
139139
with:
140140
name: tracelogs
141-
path: /home/txnproc/trace/
141+
path: c:\home\txnproc\trace\
142142

143143

144144
buildedgeui:

SecurityService.OpenIdConnect.IntegrationTests/Common/DockerHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public override async Task StartContainersForScenarioRun(String scenarioName)
104104
String traceFolder = FdOs.IsWindows() ? $"C:\\home\\txnproc\\trace\\{scenarioName}" : $"/home/txnproc/trace/{scenarioName}";
105105
this.HostTraceFolder = traceFolder;
106106
Logging.Enabled();
107-
107+
Directory.CreateDirectory(this.HostTraceFolder);
108108
Guid testGuid = Guid.NewGuid();
109109
this.TestId = testGuid;
110110

0 commit comments

Comments
 (0)