From b13998dd9610435798ef0be2100e6011b223109b Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Fri, 25 Nov 2022 20:44:44 +0000 Subject: [PATCH] Allow client tests to fail I give this commit a 50% chance of failing for other GH Actions related reasons. Nobody ever gets CI commits right on the first try. --- .github/workflows/main-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 5f3ce5eae..96d6aac44 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -35,6 +35,8 @@ jobs: - name: Run client tests run: ./gradlew runGametestClient # Not checkClient, as no point running rendering tests. + # These are a little flaky on GH actions: its useful to run them, but don't break the build. + continue-on-error: true - name: Upload Jar uses: actions/upload-artifact@v2