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 ce96526 commit 2c95d7aCopy full SHA for 2c95d7a
.github/workflows/test-install.yml
@@ -39,9 +39,7 @@ jobs:
39
strategy:
40
matrix:
41
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
42
- steps:
43
- - name: Set environment variable
44
- run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
+ steps:
45
- uses: actions/checkout@v4
46
- name: do test install in case of merged pull request
47
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
0 commit comments