We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0b167 commit afbddd4Copy full SHA for afbddd4
.github/workflows/build.yml
@@ -15,4 +15,4 @@ jobs:
15
node-version: '16'
16
check-latest: true
17
- run: npm install
18
- - run: vite build
+ - run: npm run build
.github/workflows/laravel.yml
@@ -39,4 +39,4 @@ jobs:
39
env:
40
DB_CONNECTION: sqlite
41
DB_DATABASE: database/database.sqlite
42
- run: vendor/bin/phpunit --config phpunit.ci.xml
+ run: vendor/bin/phpunit --config phpunit.xml
0 commit comments