hsiang-c commented on code in PR #2779:
URL: https://github.com/apache/datafusion-comet/pull/2779#discussion_r2528685317
##########
.github/actions/java-test/action.yaml:
##########
@@ -62,7 +62,32 @@ runs:
- name: Run Maven compile
shell: bash
run: |
- ./mvnw -B compile test-compile scalafix:scalafix -Dscalafix.mode=CHECK
-Psemanticdb ${{ inputs.maven_opts }}
+ ./mvnw -B package -DskipTests scalafix:scalafix -Dscalafix.mode=CHECK
-Psemanticdb ${{ inputs.maven_opts }}
+
+ - name: Setup Node.js
+ uses: actions/setup-node@v4
Review Comment:
(nit) v6 is available: https://github.com/actions/setup-node
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]