From 47ab3b4c63d17987604740b5f23667ad3dabb493 Mon Sep 17 00:00:00 2001 From: isXander Date: Mon, 6 Nov 2023 23:12:36 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Disable=20in-game=20testing=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 276dc60..a30c0ff 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -49,25 +49,3 @@ jobs: - uses: actions/upload-artifact@v3 with: path: build/libs/*.jar - - client_test: - runs-on: ubuntu-latest - name: In-game test - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: actions/setup-java@v3 - with: - distribution: microsoft - java-version: 17 - - name: Run auto test client - uses: modmuss50/xvfb-action@v1 - with: - run: ./gradlew runTestmod --stacktrace --warning-mode=fail --no-daemon - - name: Upload test screenshots - uses: actions/upload-artifact@v3 - if: always() - with: - name: test-screenshots - path: run/screenshots