Skip to content

Commit

Permalink
Merge branch 'main' into hobsRKM-patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
hobsRKM authored May 4, 2024
2 parents 72cf58e + d2ce889 commit 0895d91
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,20 @@ jobs:
run: |
mkdir -p database
touch database/database.sqlite
- name: Execute tests (Unit and Feature tests) via PHPUnit/Pest
env:
DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite
run: php artisan test

- name: Test asset build
uses: actions/setup-node@v2
with:
node-version: 17

- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-suggest

- name: Install NPM dependencies
run: npm install

- name: Compile assets
run: npm run build

- name: Execute tests (Unit and Feature tests) via PHPUnit/Pest
env:
DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite
run: php artisan test

0 comments on commit 0895d91

Please sign in to comment.