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 b54da4b commit 8a1203bCopy full SHA for 8a1203b
.github/workflows/test-install.yml
@@ -31,6 +31,6 @@ jobs:
31
- name: Setup dotnet
32
uses: actions/setup-dotnet@v4
33
- name: do test install in case of merged pull request
34
- 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 }}""
+ 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 }}"
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