From c2f4d3a008419b75ad5286f675c60e55635c8190 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Tue, 17 Sep 2019 23:17:56 +0800 Subject: [PATCH] Fix PHP check --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ef365e6..e43954bd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,6 +10,10 @@ jobs: - uses: actions/checkout@v1 - name: Install dependencies run: composer install --prefer-dist --no-progress --no-suggest + - name: Prepare + run: | + cp .env.example .env + php artisan key:generate - name: Validate Twig templates run: php artisan twig:lint -v frontend: