Skip to content

Commit b81551f

Browse files
chore: disabled sentry upload in test action
1 parent f0d0011 commit b81551f

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/ci_e2e_tests_android.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ jobs:
3636
- name: Accept Android Licenses
3737
uses: SimonMarquis/android-accept-licenses@v1
3838

39-
- name: Setup Firebase
40-
uses: w9jds/setup-firebase@main
41-
with:
42-
tools-version: 13.0.1
43-
gcp_sa_key: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
44-
4539
- name: Setup Android files for Wallet
4640
uses: ./.github/actions/ci-setup-android-files
4741
with:
@@ -64,7 +58,7 @@ jobs:
6458
- name: Build Wallet APK
6559
working-directory: ./wallets/rn_cli_wallet
6660
run: |
67-
yarn run android:build:internal
61+
export SENTRY_DISABLE_AUTO_UPLOAD=true && yarn run android:build:internal
6862
6963
- name: Rename Wallet APK for upload
7064
run: mv ./wallets/rn_cli_wallet/android/app/build/outputs/apk/internal/app-internal.apk ./wallets/rn_cli_wallet/android/app/build/outputs/apk/internal/wallet-internal.apk
@@ -107,12 +101,6 @@ jobs:
107101
- name: Accept Android Licenses
108102
uses: SimonMarquis/android-accept-licenses@v1
109103

110-
- name: Setup Firebase
111-
uses: w9jds/setup-firebase@main
112-
with:
113-
tools-version: 13.0.1
114-
gcp_sa_key: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
115-
116104
- name: Setup Android files for dApp
117105
uses: ./.github/actions/ci-setup-android-files
118106
with:
@@ -135,7 +123,7 @@ jobs:
135123
- name: Build dApp APK
136124
working-directory: ./dapps/W3MWagmi
137125
run: |
138-
yarn run android:build:internal
126+
export SENTRY_DISABLE_AUTO_UPLOAD=true && yarn run android:build:internal
139127
140128
- name: Rename dApp APK for upload
141129
run: mv ./dapps/W3MWagmi/android/app/build/outputs/apk/internal/app-internal.apk ./dapps/W3MWagmi/android/app/build/outputs/apk/internal/dapp-internal.apk

0 commit comments

Comments
 (0)