Skip to content

Commit c749bf7

Browse files
Update test-install.yml
1 parent b7acc58 commit c749bf7

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
@@ -58,6 +58,6 @@ jobs:
5858
- name: clone repo
5959
run: git clone https://github.com/SolidProgramming/firewall-orchestrator.git -b puppeteer
6060
- name: do test install in case of merged pull request
61-
run: cd firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
61+
run: cd firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
6262
env:
6363
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}

0 commit comments

Comments
 (0)