From 69e6160294fd41f8015bc87278225c4c0220082a Mon Sep 17 00:00:00 2001 From: MiniDigger Date: Mon, 14 Jun 2021 00:56:05 +0200 Subject: [PATCH] separate out the CI tasks --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8ae06caf6..2d414ee7de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,4 +36,5 @@ jobs: run: | git config --global user.email "no-reply@github.com" git config --global user.name "Github Actions" - ./gradlew applyPatches build + ./gradlew applyPatches + ./gradlew build