From d876884fe2c45500dcf2b2699ca3d73849e5c4f6 Mon Sep 17 00:00:00 2001 From: Yann Richet Date: Mon, 28 Aug 2023 18:05:24 +0200 Subject: [PATCH] disable sec. actions incl. X --- .github/workflows/maven.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e1cc72d..ab34c99 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -38,18 +38,18 @@ jobs: r-version: ${{ matrix.r }} - run: ln -s /Library/Frameworks/R.framework/Versions/3.6 /Library/Frameworks/R.framework/Versions/3.5 if: matrix.os == 'macos-latest' - - uses: GabrielBB/xvfb-action@v1.6 + - uses: coactions/setup-xvfb@v1 with: run: mvn -B test --file pom.xml id: mvntest continue-on-error: true - - run: sudo apt-get install imagemagick x11-xserver-utils libxrandr2 - - run: export DISPLAY=:0 - if: matrix.os == 'ubuntu-latest' && steps.mvntest.outcome != 'success' - - uses: OrbitalOwen/desktop-screenshot-action@0.1 - if: matrix.os == 'ubuntu-latest' && steps.mvntest.outcome != 'success' - with: - file-name: 'test-${{ matrix.os }}-${{ matrix.java }}.jpg' +# - run: sudo apt-get install imagemagick x11-xserver-utils libxrandr2 +# - run: export DISPLAY=:0 +# if: matrix.os == 'ubuntu-latest' && steps.mvntest.outcome != 'success' +# - uses: OrbitalOwen/desktop-screenshot-action@0.1 +# if: matrix.os == 'ubuntu-latest' && steps.mvntest.outcome != 'success' +# with: +# file-name: 'test-${{ matrix.os }}-${{ matrix.java }}.jpg' - uses: codecov/codecov-action@v1 - if: steps.mvntest.outcome != 'success' run: exit 1