Skip to content

Commit 207615d

Browse files
.
1 parent 8a1203b commit 207615d

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
@@ -31,6 +31,6 @@ jobs:
3131
- name: Setup dotnet
3232
uses: actions/setup-dotnet@v4
3333
- name: do test install in case of merged pull request
34-
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K --extra-vars "RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}"
34+
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K --extra-vars RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}
3535
- name: switch to fworch user for c# unit tests
3636
run: sudo su -l fworch && cd ~/test/csharp/FWO.Test && dotnet test

0 commit comments

Comments
 (0)