Skip to content

Commit

Permalink
Update laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielh-official committed Oct 29, 2023
1 parent 79b183c commit 464da40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: |
mkdir -p database
touch database/database.sqlite
- name: Run NPM Install
run: npm install
- name: Generate Vite Manifest
run: npm run dev
- name: Execute tests (Unit and Feature tests) via PHPUnit
Expand Down

0 comments on commit 464da40

Please sign in to comment.