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 9dbccb3 commit 676a97cCopy full SHA for 676a97c
.github/workflows/test-install.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v4
26
- uses: actions/setup-dotnet@v4
27
- name: verify ansible version
28
- run: cd /home/github/actions-runner/_work/firewall-orchestrator/firewall-orchestrator/scripts && install-ansible-from-venv.sh
+ run: bash && cd /home/github/actions-runner/_work/firewall-orchestrator/firewall-orchestrator/scripts && install-ansible-from-venv.sh
29
- name: do test install in case of merged pull request
30
run: cd /home/github/actions-runner/_work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
31
- name: Running in GitHub actions requires testing puppeteer pdf creation separately
0 commit comments