We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd64d1 commit d2476beCopy full SHA for d2476be
.github/workflows/test-install.yml
@@ -24,7 +24,10 @@ jobs:
24
strategy:
25
matrix:
26
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
27
- steps:
+ steps:
28
+ - name: set env
29
+ run: |
30
+ echo "Running on github actions? $RUNNING_ON_GITHUB_ACTIONS"
31
- uses: actions/checkout@v4
32
- name: do test install in case of merged pull request
33
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
0 commit comments