Skip to content

Commit 3a9079e

Browse files
authored
Remove unnecessary SQLite file creation in test workflow (#34)
1 parent f5c1d6e commit 3a9079e

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)