removing unit tests

This commit is contained in:
2024-12-15 17:42:35 +02:00
parent 2b9970f45b
commit c1c935bc71

View File

@@ -82,7 +82,7 @@ jobs:
python3-dev \ python3-dev \
&& python -m pip install --upgrade pip \ && python -m pip install --upgrade pip \
&& pip install -r /app/requirements.txt \ && pip install -r /app/requirements.txt \
&& cd app/app \ && cd /app/app \
&& pyinstaller --onefile --add-data "ui:ui" wolServer.py && pyinstaller --onefile --add-data "ui:ui" wolServer.py
EOF EOF