Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
⚡ skip unit tests when start service locally
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhao committed Apr 11, 2023
1 parent 7c2ba56 commit 2f1cff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

# 3. Maven build
echo "mvn clean package ..."
./mvnw clean package
./mvnw clean package -DskipTests
if [[ $? -ne 0 ]]; then
echo "Maven build failed!"
exit 1
Expand Down

0 comments on commit 2f1cff3

Please sign in to comment.