This commit is contained in:
Sidharth Bamba
2021-09-27 23:08:42 +05:30
parent 90cdad70a1
commit 52a6732d35

View File

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