Skip to content

Commit 106cdaa

Browse files
Change steps order
1 parent 9f0a42d commit 106cdaa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yml

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

34-
- name: Install Node Dependencies
35-
run: npm ci
34+
- name: Create SQLite Database
35+
run: touch database/database.sqlite
3636

3737
- name: Install Dependencies
3838
run: composer install --no-interaction --prefer-dist --optimize-autoloader
@@ -46,6 +46,9 @@ jobs:
4646
- name: Publish Ziggy Configuration
4747
run: php artisan ziggy:generate
4848

49+
- name: Install Node Dependencies
50+
run: npm ci
51+
4952
- name: Build Assets
5053
run: npm run build
5154

0 commit comments

Comments
 (0)