From 9a97a9f9cf91a18fb3d3c10788acf69f195a8c3f Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Tue, 5 Jan 2021 11:04:52 +0530 Subject: [PATCH] actions: fix ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00e6837..90ec7db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,5 +24,5 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} restore-keys: ${{ runner.os }}-gradle - - name: Build and run Tests - run: ./gradlew build + - name: Run Build + run: chmod +x ./gradlew && ./gradlew build