Skip to content

Commit

Permalink
What if they didn't run?
Browse files Browse the repository at this point in the history
  • Loading branch information
djmarland committed Aug 7, 2022
1 parent 776b64a commit fdc3d59
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 21 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ jobs:
with:
php-version: 8.0

# - name: Install Composer dependencies
# run: composer install --prefer-dist --no-interaction --dev
#
# - name: Run test suite
# run: composer run test
#
# - name: PHPStan
# run: composer run stan
#
# - name: CodeStyle
# run: composer run cs
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --dev

- name: Run test suite
run: composer run test

- name: PHPStan
run: composer run stan

- name: CodeStyle
run: composer run cs

- name: Install Prod dependencies
run: composer install --prefer-dist --no-interaction --no-dev --optimize-autoloader
Expand Down
10 changes: 0 additions & 10 deletions app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,6 @@
"symfony/polyfill-php56": "*"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
"test": "phpunit",
"loc": "phploc src tests bin",
"cbf": "phpcbf src tests bin",
Expand Down

0 comments on commit fdc3d59

Please sign in to comment.