File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 4545 - uses : actions/checkout@v4
4646 - name : do test install in case of merged pull request
4747 run : cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
48+ env :
49+ RUNNING_ON_GITHUB_ACTIONS : ${{ env.RUNNING_ON_GITHUB }}
50+
51+ test_ubuntu_latest_selfhosted :
52+ name : test build on ubuntu-latest_selfhosted
53+ runs-on : self-hosted
54+ steps :
55+ - name : Set environment variable
56+ run : echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
57+ - uses : actions/checkout@v4
58+ - name : clone repo
59+ run : git clone https://github.com/SolidProgramming/firewall-orchestrator.git -b puppeteer
60+ - name : do test install in case of merged pull request
61+ run : cd firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
4862 env :
4963 RUNNING_ON_GITHUB_ACTIONS : ${{ env.RUNNING_ON_GITHUB }}
You can’t perform that action at this time.
0 commit comments