Skip to content

Commit 41b7b6a

Browse files
committed
Remove unnecessary SQLite file creation in test workflow
1 parent 5d0f78f commit 41b7b6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
- name: Install Node Dependencies
3535
run: npm ci
3636

37-
- name: Create SQLite Database
38-
run: touch database/database.sqlite
39-
4037
- name: Install Dependencies
4138
run: composer install --no-interaction --prefer-dist --optimize-autoloader
4239

0 commit comments

Comments
 (0)