Skip to content

Commit c12fa7a

Browse files
committed
added 60s delay before seeding the DB
1 parent 9bf5b66 commit c12fa7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
- name: Start Practice Software Testing ToolShop Website with Docker Compose
5050
run: docker compose -f docker-compose-toolshop.yml up -d
5151

52+
- name: Sleep for 60 seconds
53+
run: sleep 60s
54+
shell: bash
55+
5256
- name: Create and Seed Database
5357
run: docker compose -f docker-compose-toolshop.yml exec laravel-api php artisan migrate:fresh --seed
5458

0 commit comments

Comments
 (0)