Skip to content

Commit 2627c50

Browse files
authored
Update laravel.yml
1 parent 66e0863 commit 2627c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/laravel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Create Database
2828
run: |
2929
mkdir -p database
30-
touch database/database.sqlite
30+
touch database/database.mysql
3131
- name: Execute tests (Unit and Feature tests) via PHPUnit/Pest
3232
env:
3333
DB_CONNECTION: mysql

0 commit comments

Comments
 (0)