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