ci: fix step order - touch sqlite before composer, drop premature key:generate
Build and Deploy / verify (push) Successful in 55s
Build and Deploy / deploy (push) Failing after 17s

This commit is contained in:
2026-09-07 19:13:38 +00:00
parent 12627f1293
commit 0c8c7227cf
-1
View File
@@ -18,7 +18,6 @@ jobs:
- name: Prepare env (sqlite for package discovery) - name: Prepare env (sqlite for package discovery)
run: | run: |
cp .env.example .env cp .env.example .env
php artisan key:generate --force
mkdir -p database mkdir -p database
touch database/database.sqlite touch database/database.sqlite
- name: Install backend dependencies - name: Install backend dependencies