Skip to content

Merge branch 'develop' of https://github.com/CactuseSecurity/firewall… #104

Merge branch 'develop' of https://github.com/CactuseSecurity/firewall…

Merge branch 'develop' of https://github.com/CactuseSecurity/firewall… #104

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- 'documentation/**'
- 'design/**'
pull_request:
paths-ignore:
- 'documentation/**'
- 'design/**'
jobs:
test_ubuntu_latest:
name: test build on ubuntu latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set environment variable
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
- 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
env:
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}