We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacbb2d commit 33633c3Copy full SHA for 33633c3
.github/workflows/test-install.yml
@@ -30,6 +30,7 @@ jobs:
30
run: echo "RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}" >> $GITHUB_ACTIONS
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
33
- with: ${{ env.RUNNING_ON_GITHUB_ACTIONS }}
+ with:
34
+ extraVars: 'RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}'
35
- name: switch to fworch user for c# unit tests
36
run: sudo su -l fworch && cd ~/test/csharp/FWO.Test && dotnet test
0 commit comments