Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
homejim authored Oct 2, 2024
1 parent 60f6156 commit f3782d7
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 @@ -30,7 +30,7 @@ jobs:
export JAVA_HOME=$PWD/jbrsdk-17.0.9-linux-x64-b1087.7
export PATH=$JAVA_HOME/bin:$PATH
java -version
mvn clean install -DtestFailureIgnore=true
mvn install -DskipTests && cd plugin/hotswap-agent-mybatis-plugin && mvn test
shell: bash

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
Expand Down

0 comments on commit f3782d7

Please sign in to comment.