Skip to content

Commit

Permalink
fix(actions): Switch to docker compose following docker-compose d…
Browse files Browse the repository at this point in the history
…eprecation
  • Loading branch information
qcoumes committed Apr 3, 2024
1 parent 16c6f85 commit c0c7e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Run Opensearch in docker
run: |
docker-compose up -d opensearch_test_${{ matrix.opensearch-version }}
docker compose up -d opensearch_test_${{ matrix.opensearch-version }}
sleep 30
- name: Install Tox and any other packages
Expand Down

0 comments on commit c0c7e08

Please sign in to comment.