We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9210f4 commit 94de69cCopy full SHA for 94de69c
.github/workflows/tests.yml
@@ -31,9 +31,6 @@ jobs:
31
node-version: '22'
32
cache: 'npm'
33
34
- - name: Install Node Dependencies
35
- run: npm ci
36
-
37
- name: Create SQLite Database
38
run: touch database/database.sqlite
39
@@ -49,6 +46,9 @@ jobs:
49
46
- name: Publish Ziggy Configuration
50
47
run: php artisan ziggy:generate
51
48
+ - name: Install Node Dependencies
+ run: npm ci
+
52
- name: Build Assets
53
run: npm run build
54
0 commit comments