We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b00ca commit 9bf5b66Copy full SHA for 9bf5b66
.github/workflows/maven.yml
@@ -49,12 +49,8 @@ jobs:
49
- name: Start Practice Software Testing ToolShop Website with Docker Compose
50
run: docker compose -f docker-compose-toolshop.yml up -d
51
52
- - name: Sleep for 60 seconds
53
- run: sleep 60s
54
- shell: bash
55
-
56
- name: Create and Seed Database
57
- run: docker compose exec -f docker-compose-toolshop.yml laravel-api php artisan migrate:fresh --seed
+ run: docker compose -f docker-compose-toolshop.yml exec laravel-api php artisan migrate:fresh --seed
58
59
- name: Build Project and run tests
60
run: mvn clean install
0 commit comments