Skip to content

Commit

Permalink
Use Docker Compose v2 via "docker compose" vs v1's "docker-compose" i…
Browse files Browse the repository at this point in the history
…n order to leverage v2's wait flag
  • Loading branch information
criminosis committed Jul 13, 2024
1 parent 0f4aee6 commit dddf8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- name: Starting Gremlin Servers
run: |
docker-compose -f ./docker-compose/docker-compose.yaml up -d --wait --wait-timeout 30
docker compose -f ./docker-compose/docker-compose.yaml up -d --wait --wait-timeout 30
env:
GREMLIN_SERVER: ${{ matrix.gremlin-server }}

Expand Down

0 comments on commit dddf8c0

Please sign in to comment.