tbonelee commented on code in PR #5089:
URL: https://github.com/apache/zeppelin/pull/5089#discussion_r2393341135
##########
.github/workflows/frontend.yml:
##########
@@ -136,19 +140,15 @@ jobs:
channel-priority: strict
auto-activate-base: false
use-mamba: true
+ - name: Make IRkernel available to Jupyter
+ run: |
+ R -e "IRkernel::installspec()"
- name: Install Environment
run: |
./mvnw clean install -DskipTests -am -pl zeppelin-integration
-Pweb-classic -Pintegration -Pspark-scala-2.12 -Pspark-3.5 -Pweb-dist
${MAVEN_ARGS}
- - name: Print browser version
- run: |
- echo "Firefox version:"
- firefox --version
- echo "GeckoDriver version:"
- geckodriver --version
- - name: Run integration tests with Firefox
+ - name: run tests
run: |
- 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}
+ 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}
Review Comment:
That was due to copy-pasting when reverting to the previous version, not
intentional.
I've updated it back to the multi-line style as you suggested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]