Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Jun 9, 2022
1 parent 08ba514 commit a268a57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a268a57

Please sign in to comment.