diff --git a/.github/workflows/automated-tests.yaml b/.github/workflows/automated-tests.yaml index 5126a02..8d86f52 100644 --- a/.github/workflows/automated-tests.yaml +++ b/.github/workflows/automated-tests.yaml @@ -30,9 +30,9 @@ jobs: uses: actions/checkout@v3 with: path: modules - run: npm install - name: Install dependencies and run tests run: | + cd modules/MMM-Vrr && npm install && cd ../../ Xvfb :99 -screen 0 1024x768x16 & export DISPLAY=:99 npm run install-mm:dev