Skip to content

Commit

Permalink
Create new pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
samteb committed Jan 23, 2024
1 parent 272d3f1 commit e2dbf80
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/authz_opa_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: '@app/authz OPA CI'

on:
push:
paths:
- apps/authz/src/app/opa/rego/**
- .github/workflows/authz_opa_ci.yml

jobs:
opa-rego:
name: Open Agent Policy CI

runs-on: ubuntu-latest

steps:
- name: Check out repository code
uses: actions/checkout@v3

- name: Setup OPA
uses: open-policy-agent/setup-opa@v2
with:
version: latest

- name: Run OPA Tests
run: make authz/rego/test

0 comments on commit e2dbf80

Please sign in to comment.