Skip to content

Commit 42572ba

Browse files
.
1 parent 7685c29 commit 42572ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-install.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
steps:
2828
- name: Set environment variable
2929
run: echo "RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}" >> $GITHUB_ACTIONS
30-
- uses: actions/checkout@v4
31-
- uses: actions/setup-dotnet@v4
32-
- name: do test install in case of merged pull request
30+
- uses: actions/checkout@v4
31+
- name: do test install in case of merged pull request
32+
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
3333
with:
3434
extraVars: 'RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}'
35-
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
35+
- uses: actions/setup-dotnet@v4
3636
- name: switch to fworch user for c# unit tests
3737
run: sudo su -l fworch && cd ~/test/csharp/FWO.Test && dotnet test

0 commit comments

Comments
 (0)