Skip to content

Commit a2d6925

Browse files
committed
Remove unnecessary SQLite file creation in test workflow
1 parent 1159d84 commit a2d6925

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
@@ -35,9 +35,6 @@ jobs:
3535
- name: Install Node Dependencies
3636
run: npm i
3737

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

0 commit comments

Comments
 (0)