Skip to content

Commit c9bb236

Browse files
.
1 parent aefa2e0 commit c9bb236

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ on:
1515
- 'design/**'
1616

1717

18-
jobs:
18+
jobs:
1919
test_install:
2020
name: test build on ${{ matrix.os }}
2121
runs-on: ${{ matrix.os }}
22+
env:
23+
RUNNING_ON_GITHUB_ACTIONS: true
2224
strategy:
2325
matrix:
2426
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
@@ -28,7 +30,5 @@ jobs:
2830
- uses: actions/checkout@v4
2931
- name: do test install in case of merged pull request
3032
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
31-
env:
32-
RUNNING_ON_GITHUB_ACTIONS: true
3333
- name: switch to fworch user for c# unit tests
3434
run: sudo su -l fworch && cd ~/test/csharp/FWO.Test && dotnet test

0 commit comments

Comments
 (0)