Skip to content

Commit 676a97c

Browse files
Update test-install.yml
1 parent 9dbccb3 commit 676a97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-dotnet@v4
2727
- name: verify ansible version
28-
run: cd /home/github/actions-runner/_work/firewall-orchestrator/firewall-orchestrator/scripts && install-ansible-from-venv.sh
28+
run: bash && cd /home/github/actions-runner/_work/firewall-orchestrator/firewall-orchestrator/scripts && install-ansible-from-venv.sh
2929
- name: do test install in case of merged pull request
3030
run: cd /home/github/actions-runner/_work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
3131
- name: Running in GitHub actions requires testing puppeteer pdf creation separately

0 commit comments

Comments
 (0)