Remove duplicate test command in CI
the "build" command both runs tests and assembles the code
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user