We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7316c commit b7acc58Copy full SHA for b7acc58
.github/workflows/test-install.yml
@@ -55,7 +55,9 @@ jobs:
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
- run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
61
+ run: cd firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
62
env:
63
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
0 commit comments