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 9b45a84 commit e7031fcCopy full SHA for e7031fc
.github/workflows/test-install.yml
@@ -23,6 +23,8 @@ jobs:
23
matrix:
24
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
25
steps:
26
+ - name: Set environment variable
27
+ run: echo "RUNNING_ON_GITHUB=1" >> $RUNNING_ON_GITHUB_ACTIONS
28
- uses: actions/checkout@v4
29
- name: do test install in case of merged pull request
30
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
0 commit comments