We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6315a92 commit 724bdc3Copy full SHA for 724bdc3
.github/workflows/laravel.yml
@@ -28,6 +28,8 @@ jobs:
28
run: |
29
mkdir -p database
30
touch database/database.sqlite
31
+ - name: Run Vite Build Scripts
32
+ run: npm i && npm run build && rm -rf node_modules/*
33
- name: Execute tests (Unit and Feature tests) via PHPUnit/Pest
34
env:
35
DB_CONNECTION: sqlite
0 commit comments