govcms/scaffold-tooling

A variety of standard config, scripts and packages to support GovCMS scaffold.

Installs: 69 936

Dependents: 1

Suggesters: 0

Security: 0

Stars: 6

Watchers: 11

Forks: 17

Open Issues: 13

Language:Shell

5.4.0 2024-08-23 03:02 UTC

This package is auto-updated.

Last update: 2024-11-14 05:12:52 UTC


README

A collection of standard config, scripts and packages to support GovCMS scaffold.

GitlabCI

Run tests

Your local composer auth.json can be loaded by copying docker-compose.override.example.yml to docker-compose.override.yml.

# Integration tests.
docker compose run --rm test -- bash -c "bats tests/bats/integration.bats"

# All the tests.
docker compose run --rm test -- bash -c ".ci/bats.sh"