Update .gitea/workflows/laravel.yml
All checks were successful
Laravel / laravel-tests (push) Successful in 4m40s
renovate / renovate (push) Successful in 1m1s

This commit is contained in:
2026-02-03 10:40:15 +00:00
parent 462bce226d
commit 84f08b548e

View File

@@ -55,8 +55,3 @@ jobs:
DB_CONNECTION: sqlite DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite DB_DATABASE: database/database.sqlite
run: vendor/bin/phpunit run: vendor/bin/phpunit
- name: Run Vue tests
env:
LARAVEL_BYPASS_ENV_CHECK: "1"
run: npm run test