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 d0f940d commit 0bb6880Copy full SHA for 0bb6880
.github/workflows/test-install.yml
@@ -38,7 +38,7 @@ jobs:
38
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
39
- uses: actions/checkout@v4
40
- name: do test install in case of merged pull request
41
- run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K --skip-tags test
+ run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K -e --skip-tags test
42
env:
43
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
44
- name: Set environment variable
0 commit comments