Skip to content

Commit b388e87

Browse files
author
Krzysztof Borowy
committed
clear app from test
1 parent dd21b80 commit b388e87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ jobs:
296296
- run:
297297
name: Run e2e tests
298298
command: yarn test:e2e:android
299+
- run:
300+
name: Clear app from device
301+
command: adb uninstall com.microsoft.reacttestapp
299302
- run:
300303
name: Run e2e tests for Next storage
301304
command: yarn detox test -c android.emu.release.next --maxConcurrency 1

0 commit comments

Comments
 (0)