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 0400c8b commit d29728bCopy full SHA for d29728b
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -5,6 +5,7 @@
5
using PuppeteerSharp;
6
using PuppeteerSharp.BrowserData;
7
using HtmlAgilityPack;
8
+using System.Diagnostics;
9
10
namespace FWO.Test
11
{
@@ -23,6 +24,9 @@ public async Task GeneratePdf()
23
24
25
string? isGitHubActions = Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB");
26
27
+ Console.WriteLine(isGitHubActions);
28
+ Debug.WriteLine(isGitHubActions);
29
+
30
if(isGitHubActions == "1")
31
32
return;
0 commit comments