Skip to content

Commit

Permalink
debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiseck3 committed Oct 3, 2023
1 parent 2b6040e commit b74b017
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ jobs:
source .venv/bin/activate
mkdir "$NLTK_DATA"
make install-ci
- name: Setup docker-compose
uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '2.18.1'
- name: Test Ingest (unit)
run: |
source .venv/bin/activate
Expand Down
6 changes: 3 additions & 3 deletions scripts/elasticsearch-test-helpers/create-and-check-es.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ set -e
SCRIPT_DIR=$(dirname "$(realpath "$0")")

# Create the Elasticsearch cluster
docker-compose --version
docker-compose -f "$SCRIPT_DIR"/docker-compose.yaml up --wait
docker-compose -f "$SCRIPT_DIR"/docker-compose.yaml ps
docker compose --version
docker compose -f "$SCRIPT_DIR"/docker-compose.yaml up --wait
docker compose -f "$SCRIPT_DIR"/docker-compose.yaml ps


echo "Cluster is live."
Expand Down

0 comments on commit b74b017

Please sign in to comment.