Skip to content

Commit

Permalink
Fix yml issue on ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ekigamba committed Feb 25, 2021
1 parent 29367a6 commit 46202d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -32,6 +32,5 @@ jobs:
run: ./gradlew opensrp-configurable-views:coveralls --stacktrace
- name: Build APK (Maintain stability)
run: ./gradlew opensrp-configurable-views:assembleDebug --stacktrace

env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}

0 comments on commit 46202d8

Please sign in to comment.