From c26949908bcdf771bf8aa11cdd705232786b3299 Mon Sep 17 00:00:00 2001 From: luyanbo Date: Tue, 20 Feb 2024 13:39:34 +0800 Subject: [PATCH] remove integration-test, which actually is mvn test --- .circleci/config.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1f0edcc144..6b3dccf5ee 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,16 +1,5 @@ version: 2 jobs: - integration-test: - docker: - - image: cimg/openjdk:8.0 - working_directory: ~/sentinel - environment: - MAVEN_OPTS: -Xmx3200m - steps: - - checkout - # Run tests - - run: mvn integration-test - document-lint: docker: # this image is build from Dockerfile @@ -49,5 +38,4 @@ workflows: version: 2 ci: jobs: - - integration-test - document-lint