Skip to content

Commit d29728b

Browse files
[~] Debug output
1 parent 0400c8b commit d29728b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using PuppeteerSharp;
66
using PuppeteerSharp.BrowserData;
77
using HtmlAgilityPack;
8+
using System.Diagnostics;
89

910
namespace FWO.Test
1011
{
@@ -23,6 +24,9 @@ public async Task GeneratePdf()
2324

2425
string? isGitHubActions = Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB");
2526

27+
Console.WriteLine(isGitHubActions);
28+
Debug.WriteLine(isGitHubActions);
29+
2630
if(isGitHubActions == "1")
2731
{
2832
return;

0 commit comments

Comments
 (0)