Skip to content

Commit b7acc58

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-install.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
- name: Set environment variable
5656
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
5757
- uses: actions/checkout@v4
58+
- name: clone repo
59+
run: git clone https://github.com/SolidProgramming/firewall-orchestrator.git -b puppeteer
5860
- name: do test install in case of merged pull request
59-
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
61+
run: cd firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
6062
env:
6163
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}

0 commit comments

Comments
 (0)