diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78d19e3..81d94b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,14 +35,9 @@ jobs: run: | composer install --no-scripts - - name: Install NPM dependencies - run: | - npm ci - - name: Prepare Laravel Application run: | cp .env.ci .env - php artisan key:generate - name: Run Testsuite run: vendor/bin/phpunit tests/