Skip to content

Commit afbddd4

Browse files
committed
Build
1 parent eb0b167 commit afbddd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
node-version: '16'
1616
check-latest: true
1717
- run: npm install
18-
- run: vite build
18+
- run: npm run build

.github/workflows/laravel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
env:
4040
DB_CONNECTION: sqlite
4141
DB_DATABASE: database/database.sqlite
42-
run: vendor/bin/phpunit --config phpunit.ci.xml
42+
run: vendor/bin/phpunit --config phpunit.xml

0 commit comments

Comments
 (0)