Add missing file

This commit is contained in:
James Cole
2023-02-19 08:10:05 +01:00
parent 1118954db6
commit 8bd13b19a6

View File

@@ -26,6 +26,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
composer install --no-scripts composer install --no-scripts
cp .env.example .env
php artisan key:generate php artisan key:generate
php artisan clear-compiled php artisan clear-compiled
php artisan ide-helper:generate; php artisan ide-helper:generate;