diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 61efca708..485e0839e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,9 +37,6 @@ jobs: - name: Build Assets run: npm run build - - name: Create SQLite Database - run: touch database/database.sqlite - - name: Install Dependencies run: composer install --no-interaction --prefer-dist --optimize-autoloader