Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 589 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 589 Bytes

GovCMS Scaffolding

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"