tea
tea copied to clipboard
Task: Migrate composer script `ci:composer:normalize` to `runTests.sh`
Goal
Get rid of existing composer script ci:composer:normalize.
See: https://github.com/TYPO3BestPractices/tea/issues/1750
Acceptance Criteria
- [x] Remove from
composer.json - [x] Implement in
runTests.sh(if necessary) - [x] Migrate GitHub Actions (if necessary)
- [x] Migrate GitLab Actions (if necessary)
Additional Information
Anything else that would be helpful to know to complete this task.
I didn't found the script in the composer.json file and migrate the composer command in gitlab action to use the runTests.sh.
For me all acceptance criterias are resolved if the PR is merged.
Configuration for gitlab action was removed. Not sure but is this task done?
We still need to do these parts of the task:
- [ ] Get
./Build/Scripts/runTests.sh -s composerNormalizeto work (I get an error when running it locally), logged as #1856 - [ ] Move the CI call from the
code-qualityjob to thestatic-code-analysisjob