From 22a983cead6bb065d7ad6a71d6a140d8104fa341 Mon Sep 17 00:00:00 2001 From: devansh bawari Date: Fri, 26 Feb 2021 15:47:04 +0530 Subject: [PATCH] Config Cache Set --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47ad573fe..b1485dafe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: composer install --no-cache - name: Migrate database - run: set -e && php artisan config:cache && php artisan migrate --env=testing + run: set -e && php artisan config:cache --env=testing && php artisan migrate --env=testing - name: Execute unit tests run: set -e && vendor/bin/codecept run unit