kusalk commented on code in PR #730:
URL: https://github.com/apache/struts/pull/730#discussion_r1296908247
##########
.github/workflows/maven.yml:
##########
@@ -49,10 +49,9 @@ jobs:
distribution: adopt
java-version: ${{ matrix.java }}
- name: Build with Maven on Java ${{ matrix.java }}
- if: matrix.java != '11'
run: mvn -B -V -DskipAssembly test --no-transfer-progress
Review Comment:
Shouldn't this be `verify` to ensure we run the integration tests for every
JDK?
--
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]