Skip to content

Commit 1ab1445

Browse files
Change steps order
1 parent 0f01a2d commit 1ab1445

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ jobs:
3131
node-version: '22'
3232
cache: 'npm'
3333

34-
- name: Install Node Dependencies
35-
run: npm ci
36-
37-
- name: Build Assets
38-
run: npm run build
39-
4034
- name: Create SQLite Database
4135
run: touch database/database.sqlite
4236

@@ -49,5 +43,11 @@ jobs:
4943
- name: Generate Application Key
5044
run: php artisan key:generate
5145

46+
- name: Install Node Dependencies
47+
run: npm ci
48+
49+
- name: Build Assets
50+
run: npm run build
51+
5252
- name: Tests
5353
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)