File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,7 +148,11 @@ jobs:
148148 ./mvnw clean install -DskipTests -am -pl zeppelin-integration -Pweb-classic -Pintegration -Pspark-scala-2.12 -Pspark-3.5 -Pweb-dist ${MAVEN_ARGS}
149149 - name : run tests
150150 run : |
151- xvfb-run --auto-servernum --server-args="-screen 0 1600x1024x16" ./mvnw verify -DfailIfNoTests=false -pl zeppelin-integration -Pweb-classic -Pintegration -Pspark-scala-2.12 -Pspark-3.5 -Pweb-dist -Pusing-source-tree ${MAVEN_ARGS}
151+ xvfb-run --auto-servernum --server-args="-screen 0 1600x1024x16" \
152+ ./mvnw verify -DfailIfNoTests=false \
153+ -pl zeppelin-integration \
154+ -Pweb-classic -Pintegration -Pspark-scala-2.12 -Pspark-3.5 -Pweb-dist -Pusing-source-tree \
155+ ${MAVEN_ARGS}
152156 - name : Print zeppelin logs
153157 if : always()
154158 run : if [ -d "logs" ]; then cat logs/*; fi
You can’t perform that action at this time.
0 commit comments