Skip to content

Commit 5455277

Browse files
.
1 parent 96adb6d commit 5455277

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
@@ -25,12 +25,10 @@ jobs:
2525
matrix:
2626
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
2727
steps:
28+
- uses: actions/checkout@v4
2829
- name: Set environment variable
2930
run: echo "RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}" >> $GITHUB_ACTIONS
30-
- uses: actions/setup-dotnet@v4
3131
- name: do test install in case of merged pull request
32-
with:
33-
extraVars: '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
32+
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 }}"
3533
- name: switch to fworch user for c# unit tests
3634
run: sudo su -l fworch && cd ~/test/csharp/FWO.Test && dotnet test

0 commit comments

Comments
 (0)