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
|
- 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user