File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
roles/tests-unit/files/FWO.Test Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v4
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
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
2832 - name : exec dotnet test
29- run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test
33+ run : dotnet restore && dotnet build && dotnet test
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public async Task GeneratePdf()
7373 ExecutablePath = installedBrowser . GetExecutablePath ( ) ,
7474 Headless = true ,
7575 DumpIO = isGitHubActions != null ? true : false , // Enables debug logs
76- Args = new [ ] { "--database=/tmp" , "--no-sandbox" , "--no-zygote" }
76+ Args = new [ ] { "--database=/tmp" , "--no-sandbox" }
7777 } ) ;
7878
7979 try
You can’t perform that action at this time.
0 commit comments