mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
10
.github/workflows/_kotlin.yml
vendored
10
.github/workflows/_kotlin.yml
vendored
@@ -73,6 +73,16 @@ jobs:
|
||||
echo -n "$KEYSTORE_BASE64" | base64 --decode > "$KEYSTORE_PATH"
|
||||
${{ matrix.build-command }}
|
||||
rm "$KEYSTORE_PATH"
|
||||
- name: Setup sentry CLI
|
||||
if: "${{ github.event_name == 'workflow_dispatch' }}"
|
||||
uses: matbour/setup-sentry-cli@3e938c54b3018bdd019973689ef984e033b0454b #v2.0.0
|
||||
with:
|
||||
token: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
organization: firezone-inc
|
||||
- name: Upload debug symbols to Sentry
|
||||
if: "${{ github.event_name == 'workflow_dispatch' }}"
|
||||
run: |
|
||||
sentry-cli debug-files upload --log-level info --project android-client --include-sources ../../rust/target
|
||||
- name: Run Unit Test
|
||||
run: |
|
||||
./gradlew testReleaseUnitTest
|
||||
|
||||
Reference in New Issue
Block a user