File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 3434 os : [ubuntu-latest, ubuntu-22.04]
3535 steps :
3636 - uses : actions/checkout@v4
37- - uses : actions/setup-dotnet@v4
38- - name : Running in GitHub actions requires testing puppeteer pdf creation separately
39- if : ${{ env.RUNNING_ON_GITHUB_ACTIONS }} == true
40- run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
37+ - uses : actions/setup-dotnet@v4
4138 - name : do test install in case of merged pull request
4239 run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
4340 - name : Running in GitHub actions requires testing puppeteer pdf creation separately
You can’t perform that action at this time.
0 commit comments