Skip to content

Commit d2476be

Browse files
.
1 parent efd64d1 commit d2476be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-install.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
27-
steps:
27+
steps:
28+
- name: set env
29+
run: |
30+
echo "Running on github actions? $RUNNING_ON_GITHUB_ACTIONS"
2831
- uses: actions/checkout@v4
2932
- name: do test install in case of merged pull request
3033
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K

0 commit comments

Comments
 (0)