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.
This commit is contained in:
Jonathan Coates 2022-11-25 20:44:44 +00:00
parent 47816805fb
commit b13998dd96
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
1 changed files with 2 additions and 0 deletions

View File

@ -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