This commit is contained in:
Sidharth Bamba
2021-09-28 00:05:37 +05:30
parent 52a6732d35
commit 9c4abf002a

View File

@@ -37,7 +37,7 @@ RUN bash -c " \
if [ $FLAVOR = E2ETEST ] ; then \
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.CustomerDataCleanup; \
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.CustomerDataCleanup \
echo 'status: $?' ; \
if [ $? -ne 0 ] ; then exit 1 ; fi ; \
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.BrowserStackInit -PtestType=\"e2e\" executeE2ETests; \