ci: Run both nightly and default integration tests

This commit is contained in:
Gerald Pinder 2024-01-14 22:02:36 -05:00
parent fad8eb2ff9
commit 5d50ac4fef

View file

@ -27,9 +27,8 @@ nightly:
BUILD +default --NIGHTLY=true
integration-tests:
ARG NIGHTLY=false
BUILD +integration-test-template --NIGHTLY=$NIGHTLY
BUILD +integration-test-build --NIGHTLY=$NIGHTLY
BUILD +integration-test-template --NIGHTLY=true --NIGHTLY=false
BUILD +integration-test-build --NIGHTLY=true --NIGHTLY=false
lint:
FROM +common