Skip to content

Commit

Permalink
GitHub Actions でのユニットテスト仕様変更
Browse files Browse the repository at this point in the history
データベース起動完了前にインストールコマンドが走り失敗していたため
  • Loading branch information
ryuring committed Apr 20, 2022
1 parent dd1e28d commit de8001d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -42,8 +42,8 @@ jobs:
cp docker-compose.yml.default docker-compose.yml
docker-compose up -d
- name: Sleep for 10 seconds
run: sleep 10
- name: Sleep for 20 seconds
run: sleep 20

- name: Compose log
run: |
Expand Down

0 comments on commit de8001d

Please sign in to comment.