Skip to content

Commit ddacf95

Browse files
committed
Fix docker command
1 parent f8aa3cc commit ddacf95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444

4545
- name: Run CockroachDB Service
46-
run: docker-compose up -d
46+
run: docker compose up -d
4747
env:
4848
VERSION: ${{ matrix.cockroachdb }}
4949

0 commit comments

Comments
 (0)