Skip to content

Commit

Permalink
build assetts on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tobischulz committed May 31, 2024
1 parent bf0f592 commit 63acd89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
touch database/database.sqlite
- name: Migrate database
run: php artisan migrate
- name: Build client assets
run: |
npm install
npm run build
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DB_CONNECTION: sqlite
Expand Down

0 comments on commit 63acd89

Please sign in to comment.