changes in dockerfile

This commit is contained in:
Sidharth Bamba
2021-10-18 22:50:54 +05:30
parent 01c2271468
commit afc4fe6317

View File

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