Skip to content

Commit 72ff81d

Browse files
authored
Remove unnecessary SQLite file creation in test workflow (#52)
1 parent f5a3196 commit 72ff81d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .github/workflows/tests.yml

-3
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)