We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f01a2d commit 1ab1445Copy full SHA for 1ab1445
.github/workflows/tests.yml
@@ -31,12 +31,6 @@ jobs:
31
node-version: '22'
32
cache: 'npm'
33
34
- - name: Install Node Dependencies
35
- run: npm ci
36
-
37
- - name: Build Assets
38
- run: npm run build
39
40
- name: Create SQLite Database
41
run: touch database/database.sqlite
42
@@ -49,5 +43,11 @@ jobs:
49
43
- name: Generate Application Key
50
44
run: php artisan key:generate
51
45
46
+ - name: Install Node Dependencies
47
+ run: npm ci
48
+
+ - name: Build Assets
+ run: npm run build
52
- name: Tests
53
run: ./vendor/bin/phpunit
0 commit comments