Skip to content

Commit

Permalink
Insert blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Mar 9, 2022
1 parent d81160b commit 70fc274
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: spotlessCheck --stacktrace

build:
name: Build debug and run Jacoco tests
runs-on: ubuntu-20.04
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/android-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: spotlessCheck

build:
name: Build debug, Jacoco test and publish to codacy
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -57,6 +58,8 @@ jobs:
cp app/build/outputs/apk/play/debug/app-play-debug.apk app/build/outputs/apk/play/debug/amaze-play-$(echo $VERSION_NAME)-$(echo $COMMIT_COUNT).apk
echo $(curl -v -F "chat_id=${{ secrets.TELEGRAM_CHAT_ID }}" -F document=@app/build/outputs/apk/fdroid/debug/amaze-fdroid-$(echo $VERSION_NAME)-$(echo $COMMIT_COUNT).apk https://api.telegram.org/${{ secrets.AMAZE_BOT_ID }}:${{ secrets.TELEGRAM_INTEGRATION_KEY }}/sendDocument)
echo $(curl -v -F "chat_id=${{ secrets.TELEGRAM_CHAT_ID }}" -F document=@app/build/outputs/apk/play/debug/amaze-play-$(echo $VERSION_NAME)-$(echo $COMMIT_COUNT).apk https://api.telegram.org/${{ secrets.AMAZE_BOT_ID }}:${{ secrets.TELEGRAM_INTEGRATION_KEY }}/sendDocument)

test_emulator:
timeout-minutes: 30 # Emulator can get stuck
runs-on: macos-latest
Expand Down

0 comments on commit 70fc274

Please sign in to comment.