Skip to content

Commit

Permalink
ci: activate only Docker Job
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 2, 2024
1 parent 55c07be commit 308d54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 308d54f

Please sign in to comment.