From adbbab8daf738e70b96c59318ec3e5d49f68a7bd Mon Sep 17 00:00:00 2001 From: coldsofttech Date: Sat, 13 Apr 2024 14:33:50 +0100 Subject: [PATCH] Updated Pipeline To Support Multi-OS & Added Support for PyPI Release --- .github/workflows/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index cc6b168..aa90d90 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -77,6 +77,7 @@ jobs: Xvfb :99 -screen 0 1024x768x16 & export DISPLAY=:99 ps aux | grep Xvfb + .\gui.sh --headless - name: Run Tests run: |