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 7be1872 commit 65e1daaCopy full SHA for 65e1daa
.github/workflows/test-install.yml
@@ -24,10 +24,8 @@ jobs:
24
steps:
25
- name: Set environment variable
26
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
27
- - uses: actions/checkout@v4
28
- - name: clone repo
29
- run: git clone https://github.com/SolidProgramming/firewall-orchestrator.git -b puppeteer
+ - uses: actions/checkout@v4
30
- name: do test install in case of merged pull request
31
- run: cd firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
+ run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
32
env:
33
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
0 commit comments