File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 1515 - ' design/**'
1616
1717
18- jobs :
19- test_install_selfhosted :
20- name : test build on selfhosted
21- runs-on : self-hosted
22- env :
23- RUNNING_ON_GITHUB_ACTIONS : true
24- steps :
25- - uses : actions/checkout@v4
26- - uses : actions/setup-dotnet@v4
27- - name : verify ansible version
28- run : bash && cd /home/github/actions-runner/_work/firewall-orchestrator/firewall-orchestrator/scripts && install-ansible-from-venv.sh
29- - name : do test install in case of merged pull request
30- run : cd /home/github/actions-runner/_work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
31- - name : Running in GitHub actions requires testing puppeteer pdf creation separately
32- if : ${{ env.RUNNING_ON_GITHUB_ACTIONS }} == true
33- run : cd /home/github/actions-runner/_work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
34-
35-
18+ jobs :
3619 test_install :
3720 name : test build on ${{ matrix.os }}
3821 runs-on : ${{ matrix.os }}
3922 env :
4023 RUNNING_ON_GITHUB_ACTIONS : true
4124 strategy :
4225 matrix :
43- os : [ubuntu-latest, ubuntu-22.04]
26+ os : [ubuntu-latest, ubuntu-22.04, self-hosted ]
4427 steps :
4528 - uses : actions/checkout@v4
4629 - uses : actions/setup-dotnet@v4
You can’t perform that action at this time.
0 commit comments