Skip to content

Add playbook to load policies #51

Add playbook to load policies

Add playbook to load policies #51

Workflow file for this run

name: OPA Policy Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run OPA Tests
run: make test
- name: Check Formatting
run: make fmt-check
- name: Validate Policies
run: make check
- name: Generate Coverage Report
run: make test-coverage