CI will stop complaining about code base, bi-weekly release picks this up.

This commit is contained in:
James Cole 2024-03-13 06:52:16 +01:00
parent 025f739442
commit ad4f908c24
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -45,15 +45,6 @@ jobs:
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-progress --no-scripts
- name: PHPStan
run: .ci/phpstan.sh
- name: PHPMD
run: .ci/phpmd.sh
- name: PHP CS Fixer
run: .ci/phpcs.sh
- name: "Create database file"
run: touch storage/database/database.sqlite