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 c3648cd commit d056a0dCopy full SHA for d056a0d
.github/workflows/test-install.yml
@@ -26,8 +26,4 @@ jobs:
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
28
- name: switch to fworch user for c# unit tests
29
- run: sudo su -l fworch
30
- - name: opening test files location
31
- run: cd /test/csharp/FWO.Test
32
- - name: exec dotnet test
33
- run: dotnet restore && dotnet build && dotnet test
+ run: sudo su -l fworch && cd /home/runner/work/test/csharp/FWO.Test && dotnet test
0 commit comments