From 08cadcc8d0713788321a9261fd823d5a8405406f Mon Sep 17 00:00:00 2001 From: SerbanA01 <116504885+SerbanA01@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:43:18 +0200 Subject: [PATCH] Update ci-cd.yml --- .github/workflows/ci-cd.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4c617a9..1662ceb 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -23,8 +23,7 @@ jobs: uses: android-actions/setup-android@v3 - name: Grant Gradlew Permissions - working-directory: Cod - run: chmod +x ./gradlew + run: chmod +x Cod/gradlew - name: Set up Node.js @@ -41,8 +40,7 @@ jobs: sleep 20 # Ensure emulators are fully started - name: Run Unit Tests (Located in `test/`) - working-directory: Cod - run: ./gradlew testDebugUnitTest + run: Cod/gradlew testDebugUnitTest - name: Start Android Emulator for UI & Integration Tests uses: reactivecircus/android-emulator-runner@v2