Move env copy

This commit is contained in:
DariusIII
2023-04-04 22:34:52 +02:00
parent d53a9e68e3
commit 1ec1eee0c1
+6 -2
View File
@@ -16,13 +16,17 @@ 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: Prepare Laravel Application
run: |
cp .env.test .env
php artisan key:generate
- name: Run composer install
run: composer install -n --prefer-dist
- name: Run tests
run: php artisan test