Skip to content

Commit 178b83d

Browse files
fix
1 parent 18c6bf1 commit 178b83d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ public async Task GeneratePdf()
2424
Log.WriteError("Test Log", "GITHUB_ACTIONS is null or empty!");
2525
}
2626

27-
foreach (var entry in Environment.GetEnvironmentVariables())
28-
{
29-
Log.WriteInfo("Test Log", $"Key: {entry.Key}, Value: {entry.Value}");
30-
}
31-
3227
// the PDF generation with puppeteer is currently not working in GitHub Actions
3328
if (!isGitHubActions)
3429
{

0 commit comments

Comments
 (0)