From b2d9c2eec635bbb23555513741176c9608cb2822 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Tue, 28 Feb 2023 07:39:05 -0600 Subject: [PATCH] Remove duplicate test command in CI the "build" command both runs tests and assembles the code --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee6395611..776f29efa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: