fixing test and deploy script
Some checks failed
CI Deploy Laravel / Test (push) Failing after 1m20s
CI Deploy Laravel / Build (push) Has been skipped
CI Deploy Laravel / Deploy (push) Has been skipped

This commit is contained in:
2026-05-13 11:47:46 +08:00
parent c6b9466a15
commit 9fbd0b6edb
2 changed files with 5 additions and 5 deletions

View File

@@ -27,13 +27,13 @@ jobs:
node-version: '20'
cache: npm
- name: Install Composer dependencies
run: composer install --no-interaction --no-progress --prefer-dist
- name: Prepare environment
run: |
cp .env.example .env
php artisan key:generate
- name: Install Composer dependencies
run: composer install --no-interaction --no-progress --prefer-dist
php artisan key:generate --force
- name: Run tests
run: php artisan test --compact