Skip to content

Commit c42787a

Browse files
committed
Remove unnecessary SQLite file creation in test workflow
1 parent c3882ce commit c42787a

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
@@ -37,9 +37,6 @@ jobs:
3737
- name: Build Assets
3838
run: npm run build
3939

40-
- name: Create SQLite Database
41-
run: touch database/database.sqlite
42-
4340
- name: Install Dependencies
4441
run: composer install --no-interaction --prefer-dist --optimize-autoloader
4542

0 commit comments

Comments
 (0)