Skip to content

Commit 7e70b5a

Browse files
authored
Update laravel.yml
1 parent a2ad5de commit 7e70b5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/laravel.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
- uses: harmon758/postgresql-action@v1
2121
with:
2222
postgresql version: '11'
23-
database: testing
23+
postgresql db: 'testing'
24+
postgresql user: 'homestead'
25+
postgresql password: 'secret'
2426
- name: Copy .env
2527
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
2628
- name: Install Dependencies

0 commit comments

Comments
 (0)