govcms/scaffold-tooling

提供一系列标准配置、脚本和包以支持GovCMS脚手架。

安装数量: 66,817

依赖项: 1

建议者: 0

安全性: 0

星标: 6

关注者: 11

分支: 17

公开问题: 13

语言:Shell

5.4.0 2024-08-23 03:02 UTC

This package is auto-updated.

Last update: 2024-09-12 21:59:37 UTC


README

一组标准配置、脚本和包,用于支持GovCMS脚手架。

GitlabCI

运行测试

您可以将 docker-compose.override.example.yml 复制到 docker-compose.override.yml 以加载您本地的composer auth.json。

# 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"