updation
This commit is contained in:
@@ -36,7 +36,7 @@ RUN echo ${RELEASE_STORE_FILE} | base64 -d >> app/navi-release-key.jks
|
||||
RUN bash -c " \
|
||||
|
||||
if [ $FLAVOR = E2ETEST ] ; then \
|
||||
status=$?
|
||||
status=$?; \
|
||||
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.CustomerDataCleanup; \
|
||||
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.BrowserStackInit -PtestType=\"e2e\" executeE2ETests; \
|
||||
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.MockDataCleanup; \
|
||||
|
||||
Reference in New Issue
Block a user