diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5cdd4871c2..a117224e5f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,6 +27,3 @@ jobs: - name: Build run: ./ci/build.sh - - - name: Remove build artifacts - run: rm -rf ~/.m2/repository/net/runelite diff --git a/ci/build.sh b/ci/build.sh index 4fddc5fa14..a809269824 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -15,4 +15,4 @@ if [ ! -f "${GLSLANG_ARCHIVE}" ] || [ ! -d "${GLSLANG_DIR}" ] || ! echo "${GLSLA unzip -o -q "${GLSLANG_ARCHIVE}" -d "${GLSLANG_DIR}" fi -mvn clean install --settings ci/settings.xml -Dglslang.path="${GLSLANG_DIR}/bin/glslangValidator" +mvn verify --settings ci/settings.xml -Dglslang.path="${GLSLANG_DIR}/bin/glslangValidator"