File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
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 :
2333 - name : Set environment variable
2434 run : echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
2535
26- - name : Setup dotnet
27- uses : actions/setup-dotnet@v4
28-
29- - name : exec dotnet test
30- run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
31- env :
32- RUNNING_ON_GITHUB_ACTIONS : ${{ env.RUNNING_ON_GITHUB }}
33-
3436 - uses : actions/checkout@v3
3537
3638 - name : do test install in case of merged pull request
You can’t perform that action at this time.
0 commit comments