Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SerbanA01 authored Jan 30, 2025
1 parent d5d61f1 commit 08cadcc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 08cadcc

Please sign in to comment.