Skip to content

Commit 6bf146b

Browse files
.
1 parent 020e812 commit 6bf146b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using PuppeteerSharp.BrowserData;
77
using FWO.Report;
88
using FWO.Report.Data;
9+
using System.Diagnostics;
910

1011
namespace FWO.Test
1112
{
@@ -26,6 +27,10 @@ public async Task GeneratePdf()
2627

2728
string? isGitHubActions = Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB_ACTIONS");
2829

30+
Console.WriteLine(isGitHubActions);
31+
Debug.WriteLine(isGitHubActions);
32+
Log.WriteWarning("is github actions", isGitHubActions);
33+
2934
if (!string.IsNullOrEmpty(isGitHubActions))
3035
{
3136
return;

0 commit comments

Comments
 (0)