From 985ee4986b2017641d6ddaa9970f4d0a45fdc57b Mon Sep 17 00:00:00 2001 From: Gannon McGibbon Date: Fri, 11 Dec 2020 16:07:27 -0500 Subject: [PATCH] Fix node shipit checks --- shipit.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/shipit.yml b/shipit.yml index 5cd81e75f5..0c5c49172e 100644 --- a/shipit.yml +++ b/shipit.yml @@ -1,8 +1,17 @@ ci: require: - - node-tests (10.x) - - node-tests (12.x) - - node-tests (14.x) + - node-unit-tests (10.x) + - node-unit-tests (12.x) + - node-unit-tests (14.x) + - node-e2e-tests (10.x) + - node-e2e-tests (12.x) + - node-e2e-tests (14.x) + - node-lint (10.x) + - node-lint (12.x) + - node-lint (14.x) + - node-build (10.x) + - node-build (12.x) + - node-build (14.x) dependencies: post: - yarn run build: {timeout: 1800}