Don't fail for keystore

This commit is contained in:
Butterscotch!
2025-12-09 07:21:19 -05:00
parent 712fa6a1ad
commit 575778ab85
2 changed files with 8 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ jobs:
run: ./gradlew spotlessCheck
- name: Test with Gradle
run: ./gradlew :server:core:test :server:desktop:test
run: ./gradlew test
build:
runs-on: ubuntu-latest