Skip to content

Commit 4f2049e

Browse files
committed
added working directory for create and seed db command
1 parent 6d0525e commit 4f2049e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
shell: bash
6262

6363
- name: Create and Seed Database
64+
working-directory: practice-repo
6465
run: |
6566
docker compose exec laravel-api php artisan migrate:fresh --seed
6667

0 commit comments

Comments
 (0)