From e546f4d567efe8041b7d628b685812b43b75f0f8 Mon Sep 17 00:00:00 2001 From: Bethany Nicolle Griggs Date: Tue, 26 Apr 2022 11:42:17 +0100 Subject: [PATCH 1/3] Revert "lookup: temporarily use head for jest (#899)" This reverts commit 479d79994705f8d9437eb600f8eedd04adb52300. --- lib/lookup.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 7405d44dd..67ed7e871 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -265,8 +265,7 @@ "scripts": ["remove-examples", "build:js", "test-ci-partial"], "envVar": { "CI": true }, "skip": ["aix", "s390x", "ppc", "darwin", "win32"], - "timeout": 1800000, - "head": true + "timeout": 1800000 }, "jquery": { "skip": "win32", From d3dedd0c7c687995dcb990a9f581274cdddffe30 Mon Sep 17 00:00:00 2001 From: Bethany Nicolle Griggs Date: Tue, 26 Apr 2022 13:11:07 +0100 Subject: [PATCH 2/3] lookup: specify install script for jest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michaƫl Zasso --- lib/lookup.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/lookup.json b/lib/lookup.json index 67ed7e871..2e25653ec 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -262,6 +262,7 @@ "prefix": "v", "maintainers": ["cpojer", "scotthovestadt", "SimenB", "thymikee", "jeysal"], "yarn": true, + "install": ["install", "--no-immutable"], "scripts": ["remove-examples", "build:js", "test-ci-partial"], "envVar": { "CI": true }, "skip": ["aix", "s390x", "ppc", "darwin", "win32"], From 0d6068febfb42a8a5bd6570c58fb9a79fcb27840 Mon Sep 17 00:00:00 2001 From: Bethany Nicolle Griggs Date: Fri, 29 Apr 2022 11:53:11 +0100 Subject: [PATCH 3/3] lookup: reorder scripts for jest Co-authored-by: Simen Bekkhus --- lib/lookup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 2e25653ec..728628452 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -263,7 +263,7 @@ "maintainers": ["cpojer", "scotthovestadt", "SimenB", "thymikee", "jeysal"], "yarn": true, "install": ["install", "--no-immutable"], - "scripts": ["remove-examples", "build:js", "test-ci-partial"], + "scripts": ["build:js", "remove-examples", "test-ci-partial"], "envVar": { "CI": true }, "skip": ["aix", "s390x", "ppc", "darwin", "win32"], "timeout": 1800000