File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +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/setup-dotnet@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
30+ - uses : actions/checkout@v4
31+ - name : do test install in case of merged pull request
3332 with :
34- extraVars : ' RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}'
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
35+ - uses : actions/setup-dotnet@v4
3536 - name : switch to fworch user for c# unit tests
3637 run : sudo su -l fworch && cd ~/test/csharp/FWO.Test && dotnet test
You can’t perform that action at this time.
0 commit comments