Skip to content

Bump rollup from 3.8.1 to 3.29.5 #301

Bump rollup from 3.8.1 to 3.29.5

Bump rollup from 3.8.1 to 3.29.5 #301

Workflow file for this run

name: TestSuite
on: [pull_request, push]
jobs:
phpunit:
runs-on: ubuntu-22.04
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install composer dependencies
run: |
composer install --no-scripts
- name: Prepare Laravel Application
run: |
cp .env.example .env
php artisan key:generate
npm ci
npm run build
- name: Run Testsuite
run: php artisan test