diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d095dd3..1dd18fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} \ No newline at end of file + env: + COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }} \ No newline at end of file