Skip to content

Commit

Permalink
chore: remove debug logs and add java in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Siloss committed Jun 22, 2022
1 parent 8adacc5 commit 8baf4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commands:
cache-only-lockfile: true
app-dir: ~/repo
override-ci-command: yarn install --pure-lockfile --no-progress
#- run: sudo apt-get -q update && sudo apt-get -y install openjdk-17-jdk
- run: sudo apt-get -q update && sudo apt-get -y install openjdk-17-jdk

jobs:
build:
Expand All @@ -28,5 +28,5 @@ jobs:
steps:
- checkout
- install_deps
- run: DEBUG=elasticsearch-local yarn test
- run: yarn test
- run: yarn lint:ci

0 comments on commit 8baf4cf

Please sign in to comment.