ci: Run both nightly and default integration tests
This commit is contained in:
parent
fad8eb2ff9
commit
5d50ac4fef
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue