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 96cc128 commit 58b00caCopy full SHA for 58b00ca
.github/workflows/maven.yml
@@ -54,9 +54,7 @@ jobs:
54
shell: bash
55
56
- name: Create and Seed Database
57
- working-directory: practice-repo
58
- run: |
59
- docker compose exec -f docker-compose-toolshop.yml laravel-api php artisan migrate:fresh --seed
+ run: docker compose exec -f docker-compose-toolshop.yml laravel-api php artisan migrate:fresh --seed
60
61
- name: Build Project and run tests
62
run: mvn clean install
0 commit comments