fix (#1692)
This commit is contained in:
committed by
GitHub Enterprise
parent
2d50db7c5e
commit
122a0e4ff5
@@ -37,8 +37,8 @@ RUN bash -c " \
|
||||
|
||||
if [ $FLAVOR = E2ETEST ] ; then \
|
||||
|
||||
./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.CustomerDataCleanup; \
|
||||
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.BrowserStackInit -PtestType=\"e2e\" executeE2ETests; \
|
||||
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.MockDataCleanup \
|
||||
\
|
||||
elif [ $FLAVOR = DEV ] ; then \
|
||||
|
||||
Reference in New Issue
Block a user