From 4d77384a02332031d3b8b6bbfb2158b41422c50e Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 20 Sep 2024 17:44:46 -0400 Subject: [PATCH] do not fail --- ilot/authentik/APKBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ilot/authentik/APKBUILD b/ilot/authentik/APKBUILD index 0d2e681..d48a4f5 100644 --- a/ilot/authentik/APKBUILD +++ b/ilot/authentik/APKBUILD @@ -250,12 +250,8 @@ with open(\"local.env.yml\", \"w\") as _config: # no selenium package pip install selenium drf_jsonschema_serializer pdoc --break-system-packages - make test || FAIL=true - make go-test || FAIL=true - - if [ "$FAIL" = "true" ]; then - return 1 - fi + make test + make go-test } package() {