mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
added missing "npm" for the build
This commit is contained in:
parent
d6ac038f28
commit
2ef2d9c47a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
- name: Build Assets
|
||||
run: |
|
||||
npm ci --no-audit
|
||||
run build
|
||||
npm run build
|
||||
|
||||
- name: Run Tests
|
||||
run: ./vendor/bin/pest --ci --coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue