Skip to content

Commit

Permalink
oops, forgot to add the yml
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Oct 31, 2023
1 parent 97bb782 commit cf10da5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/bootstrap_policy_run_check.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cf10da5

Please sign in to comment.