diff --git a/README.md b/README.md index fd78efa2f..a73c2a815 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,14 @@ rm test/data/test.db python initdb.py ``` + +### How to run a build with tests for a push or merge +``` +# Inside the quay directory. +export QUAY_TAG=quay.io/quay/quay:localtest +docker build -t $QUAY_TAG --build-arg RUN_TESTS=true . +``` + ## Documentation * [Quay Enterprise Documentation](https://tectonic.com/quay-enterprise/docs/latest)