Skip to content

Commit

Permalink
feat: Enable ACRA in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Sep 4, 2023
1 parent 798a22a commit 4848950
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ jobs:
java-version: 17
distribution: adopt

- name: Set ACRA properties
env:
acraUri: ${{ secrets.ACRA_URI }}
acraLogin: ${{ secrets.ACRA_LOGIN }}
acraPassword: ${{ secrets.ACRA_PASSWORD }}
run: |
echo "ACRA_URI=$acraUri" >> acra.properties
echo "ACRA_LOGIN=$acraLogin" >> acra.properties
echo "ACRA_PASSWORD=acraPassword" >> acra.properties
- name: Build app and run unit tests
uses: gradle/gradle-command-action@v2
with:
Expand Down

0 comments on commit 4848950

Please sign in to comment.