Skip to content

Commit

Permalink
fix failing action
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiritumichael committed Oct 2, 2024
1 parent db1ebeb commit f2094c3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Get local.properties from secrets
run: echo "${{secrets.ProjectSecrets }}" > $GITHUB_WORKSPACE/local.properties



Expand All @@ -68,7 +70,7 @@ jobs:

# Job that assembles debug apk
run-debug-assemble:
name: Unit Tests
name: Debug Build
runs-on: ubuntu-latest
steps:
- name: Checkout the code
Expand Down

0 comments on commit f2094c3

Please sign in to comment.