Remove duplicate test command in CI

the "build" command both runs tests and assembles the code
This commit is contained in:
James Seibel
2023-02-28 07:39:05 -06:00
parent 518262c515
commit b2d9c2eec6
+1 -1
View File
@@ -17,7 +17,7 @@ variables:
build_1_18_2:
stage: build_1_18_2
script:
- ./gradlew test -PmcVer="1.18.2" --gradle-user-home cache/;
# this both runs the unit tests and assembles the code
- ./gradlew build -PmcVer="1.18.2" --gradle-user-home cache/;
image: eclipse-temurin:17
artifacts: