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 d7e5fa0 commit 9b45a84Copy full SHA for 9b45a84
.github/workflows/test-install.yml
@@ -24,8 +24,6 @@ jobs:
24
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
25
steps:
26
- uses: actions/checkout@v4
27
- - name: Set environment variable
28
- run: echo "$GITHUB_ACTIONS" >> $RUNNING_ON_GITHUB_ACTIONS
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
31
env:
0 commit comments