File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 2626 - name : exec dotnet test
2727 run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
2828
29- test_puppeteer_pdf_windows :
30- name : run puppeteer pdf test on windows latest
31- runs-on : windows-latest
32- steps :
33- - uses : actions/checkout@v4
34- - name : Setup dotnet
35- uses : actions/setup-dotnet@v4
36- - name : exec dotnet test
37- run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
38-
3929 test_ubuntu_latest :
4030 name : test build on ubuntu latest
4131 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments