Skip to content

Commit

Permalink
Use docker compose v2 in CI (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmy authored Oct 8, 2024
1 parent 990a490 commit c5be2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@master

- name: Build and run Docker env
run: docker-compose up --build -d
run: docker compose up --build -d

- name: Run tests
run: sleep 60 && docker-compose exec -T php_app make ci
run: sleep 60 && docker compose exec -T php_app make ci

0 comments on commit c5be2f2

Please sign in to comment.