Skip to content

Commit

Permalink
docker-compose -> docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Sep 20, 2024
1 parent 38c8fc9 commit 15345aa
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 @@ -37,15 +37,15 @@ jobs:
cp docker-compose.yml.default docker-compose.yml
sed -i -e "s/basercms:php8.1/basercms:php${{ matrix.php-version }}/g" docker-compose.yml
sed -i -e "s/XDEBUG_MODE: \"debug\"/XDEBUG_MODE: \"off\"/g" 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: Install
run: |
Expand Down

0 comments on commit 15345aa

Please sign in to comment.