Skip to content

Commit 65e1daa

Browse files
Update test-install.yml
1 parent 7be1872 commit 65e1daa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test-install.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ jobs:
2424
steps:
2525
- name: Set environment variable
2626
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
27-
- uses: actions/checkout@v4
28-
- name: clone repo
29-
run: git clone https://github.com/SolidProgramming/firewall-orchestrator.git -b puppeteer
27+
- uses: actions/checkout@v4
3028
- name: do test install in case of merged pull request
31-
run: cd firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
29+
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
3230
env:
3331
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}

0 commit comments

Comments
 (0)