Skip to content

Commit

Permalink
remove opa rego tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Dec 5, 2023
1 parent 3de4cf5 commit e339a0d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Creat bundle
- name: Create bundle
run: make bundle
- name: Login to GitHub Packages Container registry
uses: docker/login-action@v3
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-rego.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,4 @@ jobs:
with:
go-version-file: go.mod
cache: true
cache-dependency-path: go.sum
- name: OPA Test
run: make test-rego
cache-dependency-path: go.sum
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ rego: fmt-rego test-rego
fmt-rego:
opa fmt -w rules/

.PHONY: test-rego
test-rego:
go test --run Test_AllRegoRules ./test

.PHONY: bundle
bundle:
./scripts/bundle.sh
Expand Down

0 comments on commit e339a0d

Please sign in to comment.