Skip to content

Commit

Permalink
Updated CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Nov 13, 2024
1 parent a4cf8de commit c2e8647
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
- name: Install dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Lint YAML
run: php bin/console lint:yaml .github/workflows --parse-tags

- name: Lint Container
run: php bin/console lint:container

- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v17

Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/php_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ jobs:
- name: Install dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Install PHPUnit
working-directory: ./vendor-bin/phpunit
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Run PHPUnit
run: vendor-bin/phpunit/vendor/bin/phpunit --display-skipped --no-progress --coverage-clover ./clover.xml
run: vendor/bin/phpunit --display-skipped --no-progress --coverage-clover ./clover.xml

- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@
}
},
"scripts": {
"app-lint": [
"@php bin/console lint:yaml .github/workflows --parse-tags",
"@php bin/console lint:container",
"@composer validate --strict"
],
"app-fixer": "vendor-bin/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff --dry-run",
"app-fixer-fix": "vendor-bin/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff",
"app-rector": "vendor-bin/rector/vendor/bin/rector process --dry-run --config rector.php",
Expand Down

0 comments on commit c2e8647

Please sign in to comment.