diff --git a/.github/workflows/automated-tests.yaml b/.github/workflows/automated-tests.yaml index 5c20ee0..ada7b7f 100644 --- a/.github/workflows/automated-tests.yaml +++ b/.github/workflows/automated-tests.yaml @@ -34,6 +34,7 @@ jobs: - name: Install dependencies and run tests run: | cd modules/MMM-Vrr && npm install && + cd ls -la && cd ../../ && Xvfb :99 -screen 0 1024x768x16 & export DISPLAY=:99