Skip to content

Commit

Permalink
Modify phpunit.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
perisicnikola37 committed Mar 12, 2024
1 parent 5504d71 commit d2110a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
run: |
mkdir -p database
touch database/database.sqlite
- name: Compile assets
run: |
npm install
npm run dev
- name: Build assets for production
env:
LARAVEL_BYPASS_ENV_CHECK: 1
run: npm install && npm run production
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite
CACHE_DRIVER: array
SESSION_DRIVER: array
QUEUE_DRIVER: sync
run: vendor/bin/phpunit
run: vendor/bin/phpunit

0 comments on commit d2110a1

Please sign in to comment.