diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e232b0c0..497fe74f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -1,4 +1,4 @@ -name: CI +tname: CI on: push: @@ -35,6 +35,4 @@ jobs: - name: Run tests env: TEST_APP_SHUTTER_PATH: ${{ env.GITHUB_WORKSPACE }} - uses: GabrielBB/xvfb-action@v1 - with: - run: prove -I share/shutter/resources/modules/ -I t/lib t -r + run: xvfb-run --auto-servernum prove -I share/shutter/resources/modules/ -I t/lib t -r