mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-01 01:16:38 +00:00
Update composer.yml
This commit is contained in:
parent
d932e1bb25
commit
da3a7573dc
6
.github/workflows/composer.yml
vendored
6
.github/workflows/composer.yml
vendored
|
@ -30,9 +30,11 @@ jobs:
|
||||||
run: composer fix
|
run: composer fix
|
||||||
|
|
||||||
# Use failure() because phpcbf always return a failure
|
# Use failure() because phpcbf always return a failure
|
||||||
- name: Re-test if the issues are resolved
|
- name: Re-run the auto fix and verify if the issues are resolved
|
||||||
if: failure()
|
if: failure()
|
||||||
run: composer test
|
run: |
|
||||||
|
composer fix
|
||||||
|
composer test
|
||||||
|
|
||||||
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
|
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
|
||||||
# Docs: https://getcomposer.org/doc/articles/scripts.md
|
# Docs: https://getcomposer.org/doc/articles/scripts.md
|
||||||
|
|
Loading…
Reference in a new issue