Skip to content

Commit

Permalink
Migrate to docker compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
richan-fongdasen committed Nov 6, 2024
1 parent 235b0f5 commit fd8aad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-coverage-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Turso Local Database
run: docker-compose up -d
run: docker compose up -d

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Turso Local Database
run: docker-compose up -d
run: docker compose up -d

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit fd8aad6

Please sign in to comment.