Skip to content

Commit f73734a

Browse files
committed
Fixed #126
1 parent b05a2d8 commit f73734a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function runDev() {
77
}
88

99
function runTest() {
10-
./mvnw -B -DskipTests=false clean dependency:list install --file pom.xml
10+
./mvnw -B -DskipTests=false clean dependency:list install --file pom.xml
1111
}
1212

1313
function runGithubTestBuild() {
@@ -37,10 +37,10 @@ function runHerokuLocal() {
3737
function main() {
3838
#runGithubTestBuild
3939
#setupHeroku
40-
buildLikeHeroku
40+
#buildLikeHeroku
4141
#runHerokuLocal
4242
#runDev
43-
#runTest
43+
runTest
4444
}
4545

4646
main

0 commit comments

Comments
 (0)