Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use latest tomcat for testing
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Jun 15, 2022
1 parent 9815eae commit 04a9df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
export ROOT=`pwd`
unzip -q -d image metro.zip
wget -q -O tomcat.zip https://dlcdn.apache.org/tomcat/tomcat-10/v10.1.0-M14/bin/apache-tomcat-10.1.0-M14.zip
wget -q -O tomcat.zip https://dlcdn.apache.org/tomcat/tomcat-10/v10.1.0-M16/bin/apache-tomcat-10.1.0-M16.zip
unzip -q tomcat.zip
cd wsit
mvn -B -V -U -C -am -Dalltests=true -Dgpg.skip=true -Pstaging,oss-release clean verify -pl :wsit-tests-e2e -Dtomcat.home=$ROOT/apache-tomcat-10.1.0-M14 -Dws.transport=${{ matrix.test_suite }} -Dws.localImage=$ROOT/image
mvn -B -V -U -C -am -Dalltests=true -Dgpg.skip=true -Pstaging,oss-release clean verify -pl :wsit-tests-e2e -Dtomcat.home=$ROOT/apache-tomcat-10.1.0-M16 -Dws.transport=${{ matrix.test_suite }} -Dws.localImage=$ROOT/image

0 comments on commit 04a9df6

Please sign in to comment.