Skip to content

Commit

Permalink
switch to "docker compose" in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoVK committed Sep 5, 2024
1 parent bb932bd commit 48a73b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Start containers
run: docker-compose -f "docker-compose.yml" up -d localstack opensearch-node1 azurite azurite_storage_init
run: docker compose -f "docker-compose.yml" up -d localstack opensearch-node1 azurite azurite_storage_init
- name: Setup JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 48a73b8

Please sign in to comment.