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
run: |
composer install --no-scripts
cp .env.example .env
php artisan key:generate
php artisan clear-compiled
php artisan ide-helper:generate;