Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
petroprotsakh committed Jan 2, 2020
1 parent 5386f9d commit 55e30dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: OPA Test
description: Run Open Policy Agent tests
inputs:
opa_version:
description: Version of Open Policy Agent to test on
tests:
description: Rego file or directory path where to discover tests. Defaults to repository root.
required: false
default: latest
default: ./
runs:
using: docker
image: docker://openpolicyagent/opa:${{ inputs.opa_version }}
image: docker://openpolicyagent/opa:latest
args:
- test
- ./
- ${{ inputs.tests }}
- -v

0 comments on commit 55e30dd

Please sign in to comment.