From e5b1f3a9a053bd6ad218048efb8406a3a909a1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Fri, 24 Mar 2023 15:25:42 +0100 Subject: [PATCH] fix: Actually use dummy e2e-tests target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Cuadrado Juan --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 512d6ca..256df8d 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,6 @@ lint: .PHONY: e2e-tests e2e-tests: annotated-policy.wasm - bats e2e.bats @echo "Dummy target to allow using the reusable github actions to build, test and release policies" .PHONY: test