Run build instead of check on ci
This commit is contained in:
parent
2f719c8f8e
commit
a511d6ae8e
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
- run: ./gradlew mingwX64Test
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
||||
- run: ./gradlew check
|
||||
- run: ./gradlew build
|
||||
if: matrix.os == 'macos-latest'
|
||||
|
||||
publish:
|
||||
|
Loading…
Reference in New Issue
Block a user