Skip to content

Commit

Permalink
Update laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sylfel authored Mar 5, 2024
1 parent 0e9db97 commit 28932e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
run: |
mkdir -p database
touch database/database.sqlite
- name: Build assets
- name: Install js dependency
run: npm install
- name: Build assets
run: npm vite build
- name: Execute tests (Unit and Feature tests) via Artisan command
env:
Expand Down

0 comments on commit 28932e7

Please sign in to comment.