Skip to content

Commit 6a182d3

Browse files
committed
updated docker compose command for seeding db
1 parent ed85a6f commit 6a182d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Create DB Schema and seed the database
6060
working-directory: practice-repo
61-
run: docker-compose exec laravel-api php artisan migrate:fresh --seed
61+
run: docker compose exec laravel-api php artisan migrate:fresh --seed
6262

6363
- name: Install Chrome
6464
uses: browser-actions/setup-chrome@latest

0 commit comments

Comments
 (0)