Skip to content

Commit 37c88c0

Browse files
.
1 parent e7031fc commit 37c88c0

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
@@ -29,6 +29,6 @@ jobs:
2929
- name: do test install in case of merged pull request
3030
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
3131
env:
32-
RUNNING_ON_GITHUB_ACTIONS: ${{ env.GITHUB_ACTIONS }}
32+
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB_ACTIONS }}
3333
- name: switch to fworch user for c# unit tests
3434
run: sudo su -l fworch && cd ~/test/csharp/FWO.Test && dotnet test

0 commit comments

Comments
 (0)