Skip to content

Commit 9976e40

Browse files
Update test-install.yml
1 parent b5bd71a commit 9976e40

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
@@ -24,6 +24,6 @@ jobs:
2424
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
2525
- uses: actions/checkout@v4
2626
- name: do test install in case of merged pull request
27-
run: cd /home/githubrunnerdebian/_work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
27+
run: cd /home/githubrunnerdebian/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
2828
env:
2929
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}

0 commit comments

Comments
 (0)