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 7f55cf6 commit 1b1d8cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b1d8cf

Please sign in to comment.