Skip to content

Commit

Permalink
docker compose cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
nonsense committed May 8, 2023
1 parent 3a02875 commit de1c639
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,20 @@ jobs:
paths:
- linux

lid-docker-compose:
description: 'Run LID integration tests'
machine:
image: ubuntu-2004:202104-01
resource_class: xlarge
steps:
- checkout
- run:
name: local index directory docker compose tests
command: |
set -x
cd ./extern/boostd-data
docker-compose up --build --exit-code-from go-tests
test:
description: |
Run go tests
Expand Down Expand Up @@ -322,7 +336,5 @@ workflows:
suite: all
target: "`go list ./... | grep -v boost/itests`"

- test:
name: local index directory
suite: all
cwd: "./extern/boostd-data"
- lid-docker-compose

0 comments on commit de1c639

Please sign in to comment.