Skip to content

Commit

Permalink
CI/CD strat: expect Docker, since Test is expected to Pass
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 5, 2023
1 parent b48e612 commit 4040200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:
# On/Off switches for the various CI/CD steps
# If false the step prevented from running
# If true the step is allowed to run (it still may be skipped on other runtime conditions)
RUN_UNIT_TESTS: "false"
RUN_UNIT_TESTS: "true"
RUN_LINT_CHECKS: "false"
PUBLISH_ON_PYPI: "false"
DRAW_DEPENDENCIES: "false"
Expand Down

0 comments on commit 4040200

Please sign in to comment.