Skip to content

Commit fb6b416

Browse files
committed
Fix compose script
1 parent 6ab806c commit fb6b416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/turbo-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
SQLX_OFFLINE: true
7272

7373
- name: Start docker compose
74-
run: docker-compose up -d
74+
run: docker compose up -d
7575

7676
- name: Test
7777
run: pnpm test

0 commit comments

Comments
 (0)