A CLI tool for generating build configuration files.
Find a file
Oliver Davies 17142d868f feat(github-actions): run tests first
The tests are the most valuable part of the CI pipeline, so these should
be run first.

If a PHPCS or PHPStan error occurs but the tests pass, we know the
functionality works and the error can be addressed.

If a test fails, the CI pipeline will fail sooner.

In the future, the tasks could be split into separate jobs though it
would need to be done in a way that doesn't add a lot of repetition.

Refs: OD-41
2023-08-19 08:40:15 +01:00
bin refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
config refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
public refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
resources feat: opt-in to the new database credentials 2023-04-16 21:21:40 +01:00
src chore: rename drupal-project to drupal 2023-07-22 10:40:02 +01:00
templates feat(github-actions): run tests first 2023-08-19 08:40:15 +01:00
translations refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
vendor-bin/box refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
.env refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
.gitignore refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
autoload_runtime.template refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
box.json.dist refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
composer.json refactor: use Illuminate Pipelines 2023-04-25 00:32:26 +01:00
composer.lock refactor: use Illuminate Pipelines 2023-04-25 00:32:26 +01:00
flake.lock refactor(flake): use flake-parts 2023-06-23 20:37:01 +01:00
flake.nix refactor(flake): use flake-parts 2023-06-23 20:37:01 +01:00
justfile refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
phpstan.neon.dist refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
README.md Create README.md 2023-02-15 22:00:37 +00:00
symfony.lock refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00

build-configs

A CLI tool for generating build configuration files for PHP projects.