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 7ff05d6 commit f350541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
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 -pl plugin/hotswap-agent-mybatis-plugin
mvn install -DskipTests && mvn test -pl plugin/hotswap-agent-mybatis-plugin
shell: bash

0 comments on commit f350541

Please sign in to comment.