Skip to content

Commit 7504c03

Browse files
authored
Dependencies (#110)
* Update test.yml * Update Bun dependencies * Update Composer dependencies * Update test.yml * Fix Wayfinder integration * Use Vite v8
1 parent e64cc71 commit 7504c03

File tree

5 files changed

+664
-632
lines changed

5 files changed

+664
-632
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: oven-sh/setup-bun@v2
1213

1314
- name: Setup PHP and Composer
1415
uses: shivammathur/setup-php@v2
@@ -35,6 +36,9 @@ jobs:
3536
cp .env.testing .env
3637
php artisan key:generate
3738
39+
- name: Build Assets
40+
run: composer assets:build
41+
3842
- name: Run Linter
3943
run: composer lint
4044

bun.lockb

3.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)