From 308d54f305ebb90543995825165e61d9be8672e6 Mon Sep 17 00:00:00 2001 From: Konstantinos Lampridis Date: Sat, 2 Nov 2024 20:19:28 +0200 Subject: [PATCH] ci: activate only Docker Job --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a3389d0..6ce20d0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,7 +34,7 @@ env: ####### Pipeline Settings ####### ##### JOB ON/OFF SWITCHES ##### - RUN_UNIT_TESTS: "true" + RUN_UNIT_TESTS: "false" RUN_LINT_CHECKS: "true" PUBLISH_ON_PYPI: "true" DRAW_DEPENDENCIES: "true" @@ -46,7 +46,7 @@ env: # Override Docker Policy-dependent decision-making and # Accept any ALL (branch/build) to Publish to Dockerhub # if true, will push image and ingnore below policy - ALWAYS_BUILD_N_PUBLSIH_DOCKER: "false" + ALWAYS_BUILD_N_PUBLSIH_DOCKER: "true" # CDeployment : Builds and Publishes only if Tests ran and passed # CDelivery : Builds and Publishes if Tests Passed or if Tests were Skipped