fixing test and deploy script
This commit is contained in:
@@ -35,6 +35,12 @@ jobs:
|
||||
cp .env.example .env
|
||||
php artisan key:generate --force
|
||||
|
||||
- name: Install NPM dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Build frontend assets for tests
|
||||
run: npm run build
|
||||
|
||||
- name: Run tests
|
||||
run: php artisan test --compact
|
||||
|
||||
|
||||
Reference in New Issue
Block a user