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 17ca3e0 commit 56682dbCopy full SHA for 56682db
.github/workflows/test-install.yml
@@ -24,6 +24,6 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
- name: do test install in case of merged pull request
27
- run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K --skip-tags unittests
+ run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K -t
28
- name: switch to fworch user for c# unit tests
29
run: sudo su -l fworch && cd ~/test/csharp/FWO.Test && dotnet test
0 commit comments