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 34d8d9d commit 9e7316cCopy full SHA for 9e7316c
.github/workflows/test-install.yml
@@ -47,3 +47,15 @@ jobs:
47
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: do test install in case of merged pull request
59
+ run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
60
+ env:
61
+ RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
0 commit comments