Skip to content

Commit ab18e80

Browse files
committed
ci: #137 npm build
1 parent 5db88f6 commit ab18e80

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/laravel-11.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,14 @@ jobs:
2020
- name: GitHub Environment Variables Action
2121
uses: FranzDiebold/[email protected]
2222

23-
- name: PHPUnit
23+
- name: Prepare
2424
run: |
2525
composer install
26+
npm install
27+
npm run build
28+
29+
- name: PHPUnit
30+
run: |
2631
php artisan test --log-junit junit.xml
2732
2833
- name: Upload test results to Codecov

0 commit comments

Comments
 (0)