Skip to content

Commit 981573e

Browse files
Update test-install.yml
1 parent 0e756fc commit 981573e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-install.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@ jobs:
2020
name: run puppeteer pdf test on ubuntu latest
2121
runs-on: ubuntu-latest
2222
steps:
23+
- name: Set environment variable
24+
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
2325
- uses: actions/checkout@v4
2426
- name: Setup dotnet
2527
uses: actions/setup-dotnet@v4
2628
- name: exec dotnet test
2729
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
30+
env:
31+
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
2832

2933
test_ubuntu_latest:
3034
name: test build on ubuntu latest

0 commit comments

Comments
 (0)