diff --git a/.github/workflows/bootstrap_policy_run_check.yml b/.github/workflows/bootstrap_policy_run_check.yml new file mode 100644 index 0000000000..a34a35d69c --- /dev/null +++ b/.github/workflows/bootstrap_policy_run_check.yml @@ -0,0 +1,15 @@ +on: + workflow_call + +jobs: + bootstrap_policy_run_check: + runs-on: ubuntu-20.04 + steps: + - name: Checkout + uses: actions/checkout@v3 + with: + path: masterfiles + sudo make install + working-directory: core + - name: Install, bootstrap, policy run + run: ci/run.sh