File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
roles/tests-unit/files/FWO.Test Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2929 - name : Setup dotnet
3030 uses : actions/setup-dotnet@v4
3131 - name : exec dotnet test
32- run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
32+ run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test
3333
3434 test_ubuntu_latest :
3535 name : test build on ${{ matrix.os }}
4242 steps :
4343 - uses : actions/checkout@v4
4444 - name : do test install in case of merged pull request
45- run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
45+ run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K --skip-tags unittests
Original file line number Diff line number Diff line change 66using PuppeteerSharp . BrowserData ;
77using FWO . Report ;
88using FWO . Report . Data ;
9- using System . Diagnostics ;
109
1110namespace FWO . Test
1211{
You can’t perform that action at this time.
0 commit comments