Move stuff around again

This commit is contained in:
DariusIII
2023-04-04 22:46:03 +02:00
parent 134312c38a
commit af529b3ea1
+3 -3
View File
@@ -16,13 +16,13 @@ jobs:
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, bcmath, soap, intl, gd, exif, iconv
coverage: none
- name: Run composer install
run: composer install -n --prefer-dist
- name: Copy env file
run:
cp .env.test .env
- name: Run composer install
run: composer install -n --prefer-dist
- name: Prepare Laravel Application
run:
php artisan key:generate