Skip to content

Commit 58b00ca

Browse files
committed
fixed github actions issue by removing the working directory for seeding the db
1 parent 96cc128 commit 58b00ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ jobs:
5454
shell: bash
5555

5656
- 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
57+
run: docker compose exec -f docker-compose-toolshop.yml laravel-api php artisan migrate:fresh --seed
6058

6159
- name: Build Project and run tests
6260
run: mvn clean install

0 commit comments

Comments
 (0)