Skip to content

Commit e7031fc

Browse files
.
1 parent 9b45a84 commit e7031fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
matrix:
2424
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
2525
steps:
26+
- name: Set environment variable
27+
run: echo "RUNNING_ON_GITHUB=1" >> $RUNNING_ON_GITHUB_ACTIONS
2628
- uses: actions/checkout@v4
2729
- name: do test install in case of merged pull request
2830
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K

0 commit comments

Comments
 (0)