Skip to content

Commit

Permalink
fix: check output file
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Jun 17, 2024
1 parent 2db263c commit 6b7024a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
},
'android.release': {
type: 'android.apk',
binaryPath: 'android/app/build/outputs/apk/release/app-release.apk',
binaryPath: 'android/app/build/outputs/apk/release/app-x86_64-release.apk',
build:
'cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && cd ..',
reversePorts,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: |
df -h
tree android/app/build/outputs/
ls android/app/build/outputs/apk/release/app-release.apk
ls android/app/build/outputs/apk/release/app-x86_64-release.apk
- name: Kill java processes
run: pkill -9 -f java || true
Expand Down

0 comments on commit 6b7024a

Please sign in to comment.