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 fa441c5 commit d7e5fa0Copy full SHA for d7e5fa0
.github/workflows/test-install.yml
@@ -29,6 +29,6 @@ jobs:
29
- name: do test install in case of merged pull request
30
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
31
env:
32
- RUNNING_ON_GITHUB_ACTIONS: ${{ env.$GITHUB_ACTIONS }}
+ RUNNING_ON_GITHUB_ACTIONS: ${{ env.GITHUB_ACTIONS }}
33
- name: switch to fworch user for c# unit tests
34
run: sudo su -l fworch && cd ~/test/csharp/FWO.Test && dotnet test
0 commit comments