Skip to content

Commit 11262f0

Browse files
Merge branch 'puppeteer' of https://github.com/SolidProgramming/firewall-orchestrator into puppeteer
2 parents 6f64e5b + e28f1c6 commit 11262f0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/test-install.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,24 @@ on:
1616
- 'design/**'
1717

1818
jobs:
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

0 commit comments

Comments
 (0)