Cat the Forge logs

Sometimes it just doesn't show up in the Gradle logs, and I don't
understand why.
This commit is contained in:
Jonathan Coates 2024-01-31 09:37:51 +00:00
parent a5d70b7e5b
commit e96b4004f9
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
run: ./gradlew downloadAssets || ./gradlew downloadAssets
- name: 🧪 Run integration tests
run: ./gradlew runGametest
run: ./gradlew runGametest || cat projects/forge/run/testServer/logs/latest.log
- name: 🧪 Run client tests
run: ./gradlew runGametestClient # Not checkClient, as no point running rendering tests.