fixing test and deploy script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user