Skip to content

Commit f2cc57e

Browse files
Update test-install.yml
1 parent 41e22ac commit f2cc57e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-install.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
24+
- name: Set environment variable
25+
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
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"
28-
30+
env:
31+
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
32+
2933
test_ubuntu_latest:
3034
name: test build on ubuntu latest
3135
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)