Skip to content

Commit 4bd2c7f

Browse files
committed
[Breaking Change] (config) Remove debug mode for testing.
1 parent 780201f commit 4bd2c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_python_project_ci_one-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
test_type: unit-test
4444
all_test_items_paths: ${{needs.prep-testbed_unit-test.outputs.all_test_items}}
45-
debug_mode: true
45+
# debug_mode: true
4646

4747

4848
unit-test_codecov:

0 commit comments

Comments
 (0)