Skip to content

Commit c171aff

Browse files
committed
Format Maven test command for better readability in GitHub workflow
1 parent 1781ed4 commit c171aff

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/frontend.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)