From a511d6ae8e467fd3c2f3accb8ba112cc7e64fe95 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Mon, 27 Dec 2021 23:22:10 +0000 Subject: [PATCH] Run build instead of check on ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5c48aaf..4c6f62d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: