There was an error while loading. Please reload this page.
1 parent 348bf37 commit 0149584Copy full SHA for 0149584
.github/workflows/laravel.yml
@@ -20,6 +20,7 @@ jobs:
20
- uses: harmon758/postgresql-action@v1
21
with:
22
postgresql version: '11'
23
+ database: testing
24
- name: Copy .env
25
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
26
- name: Install Dependencies
0 commit comments