ci: Migrate to reusable quality workflow with PHPUnit and Newman #10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Code Quality | ||
| on: | ||
| push: | ||
| branches: [main, development, feature/**, bugfix/**, hotfix/**] | ||
| pull_request: | ||
| <<<<<<< Updated upstream | ||
| branches: [main, beta, development] | ||
| ======= | ||
| branches: [main, master, development] | ||
| >>>>>>> Stashed changes | ||
| jobs: | ||
| quality: | ||
| uses: ConductionNL/.github/.github/workflows/quality.yml@main | ||
| with: | ||
| app-name: softwarecatalog | ||
| php-version: "8.3" | ||
| <<<<<<< Updated upstream | ||
| ======= | ||
| nextcloud-ref: stable32 | ||
| >>>>>>> Stashed changes | ||
| enable-psalm: true | ||
| enable-phpstan: true | ||
| enable-phpmetrics: true | ||
| enable-frontend: true | ||
| enable-eslint: true | ||
| <<<<<<< Updated upstream | ||
| ======= | ||
| enable-phpunit: true | ||
| enable-newman: true | ||
| newman-collection-path: "tests" | ||
| >>>>>>> Stashed changes | ||