1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-18 05:38:40 +01:00

Fix CI testing

This commit is contained in:
Kovah 2021-03-05 23:22:32 +01:00
parent 2c54e0d270
commit 0639614536
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -75,9 +75,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-
- name: Prepare the environment
run: |
cp .env.example .env
php artisan key:generate
run: cp .env.example .env
- name: Validate composer.json and composer.lock
run: composer validate
@ -89,6 +87,7 @@ jobs:
run: |
composer config http-basic.satis.laravel-enlightn.com "$ENLIGHTN_USERNAME" "$ENLIGHTN_API_TOKEN"
composer install --prefer-dist --no-progress --no-suggest
php artisan key:generate
- name: Run PHP CS
run: composer run lint