File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1616 - ' design/**'
1717
1818jobs :
19+ test_puppeteer_pdf_ubuntu_latest :
20+ name : run puppeteer pdf test on ubuntu latest
21+ runs-on : ubuntu-latest
22+ steps :
23+ - uses : actions/checkout@v4
24+ - name : Setup dotnet
25+ uses : actions/setup-dotnet@v4
26+ - name : exec dotnet test
27+ run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
28+
1929 test_ubuntu_latest :
2030 name : test build on ubuntu latest
2131 runs-on : ubuntu-latest
2232 steps :
23- - uses : actions/checkout@v3
24-
2533 - name : Set environment variable
2634 run : echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
35+
36+ - uses : actions/checkout@v3
2737
2838 - name : do test install in case of merged pull request
2939 run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
You can’t perform that action at this time.
0 commit comments