Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
homejim authored Nov 23, 2024
1 parent 1e01bb4 commit 4cde9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
export JAVA_HOME=$PWD/dcevm-11.0.15+1
export PATH=$JAVA_HOME/bin:$PATH
java -version
# mvn install -Dmaven.test.skip=true && cd plugin/hotswap-agent-mybatis-plugin && mvn test
mvn install -DskipTests && mvn test -pl plugin/hotswap-agent-mybatis-plugin
# mvn install -DskipTests && mvn test -pl plugin/hotswap-agent-mybatis-plugin
mvn install
shell: bash

0 comments on commit 4cde9ad

Please sign in to comment.