Run build instead of check on ci

This commit is contained in:
Michael Bull 2021-12-27 23:22:10 +00:00
parent 2f719c8f8e
commit a511d6ae8e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
- run: ./gradlew mingwX64Test - run: ./gradlew mingwX64Test
if: matrix.os == 'windows-latest' if: matrix.os == 'windows-latest'
- run: ./gradlew check - run: ./gradlew build
if: matrix.os == 'macos-latest' if: matrix.os == 'macos-latest'
publish: publish: