Skip to content

Commit efd64d1

Browse files
.
1 parent b2f48be commit efd64d1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/test-install.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
paths-ignore:
1414
- 'documentation/**'
1515
- 'design/**'
16+
17+
env:
18+
RUNNING_ON_GITHUB_ACTIONS: true
1619

1720
jobs:
1821
test_install:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ public async Task GeneratePdf()
2626

2727
string? isGitHubActions = Environment.GetEnvironmentVariable("RUNNING_ON_GITHUB_ACTIONS");
2828

29+
Log.WriteInfo("Test Log", $"Running in github actions? {isGitHubActions}");
30+
2931
if (!string.IsNullOrEmpty(isGitHubActions))
3032
{
3133
return;

0 commit comments

Comments
 (0)