Skip to content

Commit d056a0d

Browse files
.
1 parent c3648cd commit d056a0d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test-install.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,4 @@ jobs:
2626
- name: do test install in case of merged pull request
2727
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K --skip-tags unittests
2828
- 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
29+
run: sudo su -l fworch && cd /home/runner/work/test/csharp/FWO.Test && dotnet test

0 commit comments

Comments
 (0)