Merge pull request #14780 from marcusmoore/fixes/sqlite-tests-in-gh

Fixed sqlite tests in GitHub Actions
This commit is contained in:
snipe 2024-05-29 01:59:12 +01:00 committed by GitHub
commit 779cf9418e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,13 +46,14 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Setup Laravel - name: Generate key
env: run: php artisan key:generate
DB_CONNECTION: sqlite_testing
run: | - name: Setup Passport
php artisan key:generate run: php artisan passport:keys
php artisan migrate --force
chmod -R 777 storage bootstrap/cache - name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache
- name: Execute tests (Unit and Feature tests) via PHPUnit - name: Execute tests (Unit and Feature tests) via PHPUnit
env: env: