Skip to content

Commit 25468e8

Browse files
committed
updated docker compose command in workflow
1 parent 6a182d3 commit 25468e8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@ jobs:
5454

5555
- name: Start Practice Software Testing with Docker Compose
5656
working-directory: practice-repo
57-
run: docker compose up -d
58-
59-
- name: Create DB Schema and seed the database
60-
working-directory: practice-repo
61-
run: docker compose exec laravel-api php artisan migrate:fresh --seed
57+
run: |
58+
docker compose up -d
59+
docker compose exec laravel-api php artisan migrate:fresh --seed
6260
6361
- name: Install Chrome
6462
uses: browser-actions/setup-chrome@latest

0 commit comments

Comments
 (0)