From 1b1d8cfbd297dc44d785063807605d20c4bd030c Mon Sep 17 00:00:00 2001 From: SerbanA01 <116504885+SerbanA01@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:12:29 +0200 Subject: [PATCH] Update ci-cd.yml --- .github/workflows/ci-cd.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a08e145..7e8e83e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -23,7 +23,10 @@ jobs: uses: android-actions/setup-android@v3 - name: Grant Gradlew Permissions - run: chmod +x ./gradlew + run: chmod +x gradlew + + - name: Build the Project + run: ./gradlew build - name: Set up Node.js uses: actions/setup-node@v3