Skip to content

Commit

Permalink
fix baserproject#3733 github workflow にてUnitTestが動作していない件を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kaburk committed Aug 22, 2024
1 parent 87f2ce7 commit 3f8cfe3
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 3f8cfe3

Please sign in to comment.