Skip to content

Commit

Permalink
Fix compose script
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Oct 19, 2024
1 parent 6ab806c commit fb6b416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/turbo-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
SQLX_OFFLINE: true

- name: Start docker compose
run: docker-compose up -d
run: docker compose up -d

- name: Test
run: pnpm test
Expand Down

0 comments on commit fb6b416

Please sign in to comment.