We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c6bf1 commit 178b83dCopy full SHA for 178b83d
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -24,11 +24,6 @@ public async Task GeneratePdf()
24
Log.WriteError("Test Log", "GITHUB_ACTIONS is null or empty!");
25
}
26
27
- foreach (var entry in Environment.GetEnvironmentVariables())
28
- {
29
- Log.WriteInfo("Test Log", $"Key: {entry.Key}, Value: {entry.Value}");
30
- }
31
-
32
// the PDF generation with puppeteer is currently not working in GitHub Actions
33
if (!isGitHubActions)
34
{
0 commit comments