Skip to content

Commit

Permalink
test: add Makefile target required by centralized GH actions
Browse files Browse the repository at this point in the history
Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Sep 17, 2024
1 parent 4e021d4 commit 7e02409
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ clean:
go clean
rm -f policy.wasm annotated-policy.wasm artifacthub-pkg.yml

test:
echo "No tests implemented - refer to e2e-tests"

.PHONY: e2e-tests
e2e-tests: annotated-policy.wasm
bats e2e.bats

0 comments on commit 7e02409

Please sign in to comment.