Skip to content

Commit

Permalink
Updates the docker compose command
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Aug 12, 2024
1 parent cc10600 commit 355cace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Run OpenSearch Cluster
working-directory: tests/${{ matrix.entry.tests || 'default' }}
run: docker-compose pull && docker compose up -d
run: docker compose pull && docker compose up -d

- name: Get Container ID
id: container
Expand Down

0 comments on commit 355cace

Please sign in to comment.