Skip to content

Commit 5c0c8f5

Browse files
committed
Work in progress. Needs further testing.
1 parent af0f491 commit 5c0c8f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
cp .env.ci .env
3535
php artisan key:generate
3636
37+
- name: Install front-end dependencies
38+
run: |
39+
npm install
40+
npm run dev
41+
3742
- name: Run Testsuite
3843
run: vendor/bin/pest tests/
3944

0 commit comments

Comments
 (0)