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.
2 parents 5522def + 9bbd802 commit 0a3bca0Copy full SHA for 0a3bca0
.github/workflows/tests-sqlite.yml
@@ -43,6 +43,9 @@ jobs:
43
cp -v .env.testing.example .env
44
cp -v .env.testing.example .env.testing
45
46
+ - name: Create database file
47
+ run: touch database/database.sqlite
48
+
49
- name: Install Dependencies
50
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
51
@@ -57,5 +60,5 @@ jobs:
57
60
58
61
- name: Execute tests (Unit and Feature tests) via PHPUnit
59
62
env:
- DB_CONNECTION: sqlite_testing
63
+ DB_CONNECTION: sqlite
64
run: php artisan test
0 commit comments