We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ad5de commit 7e70b5aCopy full SHA for 7e70b5a
.github/workflows/laravel.yml
@@ -20,7 +20,9 @@ jobs:
20
- uses: harmon758/postgresql-action@v1
21
with:
22
postgresql version: '11'
23
- database: testing
+ postgresql db: 'testing'
24
+ postgresql user: 'homestead'
25
+ postgresql password: 'secret'
26
- name: Copy .env
27
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
28
- name: Install Dependencies
0 commit comments