File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 2727 sudo apt-get update
2828 sudo apt-get install ansible
2929 - name : verify ansible version
30- run :
31- - uses : actions/checkout@v4
32- - uses : actions/setup-dotnet@v4
33- - name : do test install in case of merged pull request
3430 run : cd /home/actions-runner/_work/firewall-orchestrator/firewall-orchestrator/scripts && install-ansible-from-venv.sh
35- - name : Running in GitHub actions requires testing puppeteer pdf creation separately
36- if : ${{ env.RUNNING_ON_GITHUB_ACTIONS }} == true
37- run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
3831 test_install :
3932 name : test build on ${{ matrix.os }}
4033 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments