Move stuff around

This commit is contained in:
DariusIII
2023-04-04 22:38:53 +02:00
parent 1ec1eee0c1
commit 134312c38a
+8 -9
View File
@@ -16,17 +16,16 @@ jobs:
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, bcmath, soap, intl, gd, exif, iconv
coverage: none
- 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: Copy env file
run:
cp .env.test .env
- name: Prepare Laravel Application
run:
php artisan key:generate
- name: Run tests
run: php artisan test