Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Nov 6, 2024
1 parent 2fc1044 commit 70be14c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ jobs:
cd vue
npm ci
npm install @inertiajs/vue3@${{ matrix.inertia == 'v1' && '1.2.0' || 'next' }}
npm list @inertiajs/vue3
cd ../react
npm ci
npm install @inertiajs/react@${{ matrix.inertia == 'v1' && '1.2.0' || 'next' }}
npm list @inertiajs/react
npm run build
# - name: Test React library
Expand All @@ -91,6 +93,7 @@ jobs:
cd vue
npm ci
npm install @inertiajs/vue3@${{ matrix.inertia == 'v1' && '1.2.0' || 'next' }}
npm list @inertiajs/vue3
npm run build
- name: Test Vue library
Expand All @@ -111,6 +114,7 @@ jobs:
npm install --install-links ../vue
test -d node_modules/@inertiaui/modal-react || exit 1
test -d node_modules/@inertiaui/modal-vue || exit 1
npm list @inertiajs/react @inertiajs/vue3 @inertiaui/modal-react @inertiaui/modal-vue
npm run build
php artisan key:generate
touch database/database.sqlite
Expand Down

0 comments on commit 70be14c

Please sign in to comment.