Add ability to export members of a subfleet only (#1471)
* Export Subfleet Members * Style Fix * Fix php-cs style complaints * Disable php-cs-fixer and fix styles
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -80,7 +80,7 @@ jobs:
|
||||
- name: Run Tests
|
||||
run: |
|
||||
export PHP_CS_FIXER_IGNORE_ENV=1
|
||||
vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php -v --dry-run --diff --using-cache=no
|
||||
#vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php -v --dry-run --diff --using-cache=no
|
||||
vendor/bin/phpunit --debug --verbose
|
||||
|
||||
# This runs after all of the tests, run have run. Creates a cleaned up version of the
|
||||
|
||||
Reference in New Issue
Block a user