File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 os : [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
2525 steps :
2626 - name : Set environment variable
27- run : echo "RUNNING_ON_GITHUB=1" >> $ RUNNING_ON_GITHUB_ACTIONS
27+ run : echo "RUNNING_ON_GITHUB=${{ env. RUNNING_ON_GITHUB_ACTIONS }}"
2828 - uses : actions/checkout@v4
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.RUNNING_ON_GITHUB_ACTIONS }}
32+ RUNNING_ON_GITHUB_ACTIONS : true
3333 - name : switch to fworch user for c# unit tests
3434 run : sudo su -l fworch && cd ~/test/csharp/FWO.Test && dotnet test
You can’t perform that action at this time.
0 commit comments