Skip to content

Commit

Permalink
chore(ci): fix docker compose APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Oct 24, 2024
1 parent e4f5eb6 commit 40a74c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- name: Starting Gremlin Servers
run: |
docker-compose -f ./docker-compose/docker-compose.yaml up -d
docker compose -f ./docker-compose/docker-compose.yaml up -d
env:
ORIENTDB_VERSION: ${{ matrix.orientdb-server }}

Expand Down
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 OrientDB Server
run: |
docker-compose -f ./docker-compose/docker-compose.yaml up -d
docker compose -f ./docker-compose/docker-compose.yaml up -d
env:
ORIENTDB_VERSION: ${{ matrix.orientdb-server }}

Expand Down

0 comments on commit 40a74c5

Please sign in to comment.