From a268a57927e909ca88723fc092e334aefbfd371e Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Thu, 9 Jun 2022 09:30:48 -0500 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c4461bfa..c07fdab3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -84,8 +84,11 @@ jobs: - name: Install dependencies run: composer update --no-interaction --no-progress + + - name: Prepare configuration (1/2) + run: mv $GITHUB_WORKSPACE/.github/workflows-configs/phpstan.neon.dist $GITHUB_WORKSPACE/phpstan.neon.dist - - name: Prepare configuration + - name: Prepare configuration (2/2) run: mv $GITHUB_WORKSPACE/.github/workflows-configs/rector.php $GITHUB_WORKSPACE/rector.php - name: Execute Rector