Skip to content

Commit

Permalink
Fix src path for phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin1982 authored Apr 6, 2023
1 parent 9c4f23c commit 83d1d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: composer install --prefer-dist --no-progress --no-suggest

- name: Run PHPCS
run: ./vendor/bin/phpcs --standard=./vendor/escapestudios/symfony2-coding-standard/Symfony/ Broadcaster/ Command/ DependencyInjection/ Entity/ EventListener/ Exception/ Resources/ Service/ Tests/ LiveBroadcastBundle.php
run: ./vendor/bin/phpcs --standard=./vendor/escapestudios/symfony2-coding-standard/Symfony/ src/

- name: Run PHPUnit
run: ./vendor/bin/phpunit --coverage-text --colors
run: ./vendor/bin/phpunit --coverage-text --colors

0 comments on commit 83d1d0e

Please sign in to comment.