Skip to content

Commit ee40ec1

Browse files
committed
test: temporarily disable tests
1 parent 1c6d026 commit ee40ec1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Build and assemble
4949
run: |
5050
export PYTHONPATH=$(pwd)
51-
python3 scripts/common/py/run_tests.py
51+
#python3 scripts/common/py/run_tests.py
5252
python3 scripts/multi_build.py
5353
5454
- name: Publish Artifacts

builder/tools/logger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class Colours:
1616

1717

1818
class Logger:
19+
"""Singleton logger."""
1920
_instance = None
2021
_lock = threading.Lock()
2122

0 commit comments

Comments
 (0)