Skip to content

Commit

Permalink
ユニットテスト時の composer コマンドを変更
Browse files Browse the repository at this point in the history
docker-compose → docker compose
  • Loading branch information
ryuring committed Aug 25, 2024
1 parent 87f2ce7 commit cf33227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
run: |
cd docker
cp docker-compose.yml.default docker-compose.yml
docker-compose up -d
docker compose up -d
- name: Sleep for 20 seconds
run: sleep 20

- name: Compose log
run: |
cd docker
docker-compose logs
docker compose logs
- name: Run test suite
run: |
Expand Down

0 comments on commit cf33227

Please sign in to comment.