Skip to content

Commit

Permalink
fix app name in .detoxrc
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfaraazkhan committed Mar 25, 2024
1 parent f7d4247 commit a802d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/.detoxrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"android.debug": {
"type": "android.apk",
"binaryPath": "../mobile-artifacts/Mattermost-Beta.apk",
"binaryPath": "../mobile-artifacts/Mattermost_Beta.apk",
"build": "cd .. && ./node_modules/.bin/jetify && cd android && ./gradlew clean && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ../detox"
},
"android.release": {
Expand Down

0 comments on commit a802d08

Please sign in to comment.