Skip to content

Commit

Permalink
emphemeral: turn OFF Test, expect NO Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 11, 2023
1 parent 390285b commit fcded71
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 @@ -36,7 +36,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: "true"
RUN_UNIT_TESTS: "false"
RUN_LINT_CHECKS: "false"
PUBLISH_ON_PYPI: "false"
DRAW_DEPENDENCIES: "false"
Expand Down

0 comments on commit fcded71

Please sign in to comment.