Skip to content

Commit

Permalink
enable production CI Pipeline settings
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 15, 2023
1 parent 8031da1 commit f961eda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ env:
####### Pipeline Settings #######

##### JOB ON/OFF SWITCHES #####
RUN_UNIT_TESTS: "false"
RUN_LINT_CHECKS: "false"
RUN_UNIT_TESTS: "true"
RUN_LINT_CHECKS: "true"
PUBLISH_ON_PYPI: "true"
DRAW_DEPENDENCIES: "false"
DRAW_DEPENDENCIES: "true"
PREVENT_CODECOV_TEST_COVERAGE: "false"
DOCKER_JOB_ON: "false"
DOCKER_JOB_ON: "true"
###############################

#### DOCKER Job Policy #####
Expand Down

0 comments on commit f961eda

Please sign in to comment.