Skip to content

jaspervdj-luminal/opa-test-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

opa-test-action

GitHub action that just uses a tiny docker image to run opa test with the provided arguments. Example:

on: [push]

jobs:
  opa_test_job:
    runs-on: ubuntu-latest
    name: OPA test
    steps:
    - uses: actions/checkout@master
    - name: OPA test
      id: opa-test
      uses: jaspervdj-luminal/opa-test-action@v0.0.1
      with:
        args: 'lib test'

About

Simple GitHub action that runs opa tests

Resources

Stars

Watchers

Forks

Packages

No packages published