Skip to content

Commit

Permalink
remove integration-test, which actually is mvn test
Browse files Browse the repository at this point in the history
  • Loading branch information
robberphex committed Feb 20, 2024
1 parent 92a32d8 commit c269499
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -49,5 +38,4 @@ workflows:
version: 2
ci:
jobs:
- integration-test
- document-lint

0 comments on commit c269499

Please sign in to comment.