diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dea626..f87a99e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,22 +19,18 @@ jobs: - name: Install front-end dependencies run: | - cd middleware npm install npm run build - name: Install composer dependencies run: | - cd middleware composer update composer install - name: Prepare Laravel Application run: | - cd middleware cp .env.testing .env php artisan migrate:fresh --env=testing - name: Run Testsuite run: | - cd middlware vendor/bin/pest/