Skip to content

Commit

Permalink
fix(#145): docker compose instead of docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
witash committed Aug 12, 2024
1 parent b2c3ac5 commit 534cbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_dbt_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker-compose up -d postgres
docker compose up -d postgres

# Give PostgreSQL some time to start up
echo "Waiting for PostgreSQL to be ready..."
Expand Down

0 comments on commit 534cbdf

Please sign in to comment.