Skip to content

Commit acc8ba2

Browse files
Change command in main.yml
1 parent 482ca68 commit acc8ba2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,8 @@ jobs:
5656
- name: Install dependencies
5757
run: composer update --working-dir ${{ env.INSTALL_PATH }}
5858

59-
- name: Run php-cs-fixer on src
60-
run: composer exec -d ${{ env.INSTALL_PATH }} -- php-cs-fixer fix --dry-run --verbose --rules=${{ env.FIXER_RULES }} ./src
61-
62-
- name: Run php-cs-fixer on tests
63-
run: composer exec -d ${{ env.INSTALL_PATH }} -- php-cs-fixer fix --dry-run --verbose --rules=${{ env.FIXER_RULES }} ./tests
59+
- name: Run php-cs-fixer
60+
run: composer php-cs-fixer --working-dir ${{ env.INSTALL_PATH }}
6461

6562
- name: Run unit tests
6663
run: composer test --working-dir ${{ env.INSTALL_PATH }}

0 commit comments

Comments
 (0)