Skip to content

Commit

Permalink
Attempt to fix CI problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigolmti committed Jan 18, 2024
1 parent 9a7fb51 commit 0070c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: 17

- name: Grant execute permission to Gradle wrapper
run: chmod +x gradlew
run: chmod +x gradlew && echo "ciBuild=true" >> gradle.properties

- name: Run unit tests
run: ./gradlew testDebugUnitTest
Expand Down
4 changes: 1 addition & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,4 @@ android.defaults.buildfeatures.renderscript=false
android.defaults.buildfeatures.buildconfig=false
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false
android.defaults.buildfeatures.aidl=false

ciBuild = false
android.defaults.buildfeatures.aidl=false

0 comments on commit 0070c76

Please sign in to comment.