File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 echo "The value of RUNNING_ON_GITHUB_ACTIONS is $RUNNING_ON_GITHUB_ACTIONS"
4141 - uses : actions/checkout@v4
4242 - uses : actions/setup-dotnet@v4
43- - name : do test install in case of merged pull request
44- run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
4543 - name : Running in GitHub actions requires testing puppeteer pdf creation separately
4644 if : ${{ env.RUNNING_ON_GITHUB_ACTIONS }} == true
4745 run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
46+ - name : do test install in case of merged pull request
47+ 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