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 2257d91 commit b5101f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +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-plus-plugin && mvn test
# mvn install -Dmaven.test.skip=true && cd ./plugin/hotswap-agent-mybatis-plus-plugin && mvn test
mvn install -DskipTests && cd plugin/hotswap-agent-mybatis-plugin && mvn test
shell: bash

0 comments on commit b5101f7

Please sign in to comment.