From 144c5d4d821a578c1f2a99dd3f43b29c1fbff8cc Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 14 Jun 2021 15:00:15 +0200 Subject: [PATCH 1/4] chore(jest): remove examples --- lib/lookup.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 4d48653c..09b752f8 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -253,7 +253,8 @@ "prefix": "v", "maintainers": ["cpojer", "scotthovestadt", "SimenB", "thymikee", "jeysal"], "yarn": true, - "scripts": ["build:js", "test-ci-partial"], + "head": true, + "scripts": ["remove-examples", "build:js", "test-ci-partial"], "envVar": { "CI": true }, "skip": ["aix", "s390x", "ppc", "darwin", "win32"], "timeout": 1800000 From 47bc8f44491ddf6660dea4d5f2f0c38b5186fe01 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 14 Jun 2021 21:41:48 +0200 Subject: [PATCH 2/4] do not use ci run it hides output --- lib/lookup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 09b752f8..8bfa8ec2 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -254,7 +254,7 @@ "maintainers": ["cpojer", "scotthovestadt", "SimenB", "thymikee", "jeysal"], "yarn": true, "head": true, - "scripts": ["remove-examples", "build:js", "test-ci-partial"], + "scripts": ["remove-examples", "build:js", "jest --color -i"], "envVar": { "CI": true }, "skip": ["aix", "s390x", "ppc", "darwin", "win32"], "timeout": 1800000 From 41f1edf18d992a101faf9012d2d4ea4854ea1d0e Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 28 Jun 2021 19:10:47 +0200 Subject: [PATCH 3/4] remove `head` --- lib/lookup.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 8bfa8ec2..6facc375 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -253,7 +253,6 @@ "prefix": "v", "maintainers": ["cpojer", "scotthovestadt", "SimenB", "thymikee", "jeysal"], "yarn": true, - "head": true, "scripts": ["remove-examples", "build:js", "jest --color -i"], "envVar": { "CI": true }, "skip": ["aix", "s390x", "ppc", "darwin", "win32"], From 8eca3fbfd4b400a7e6c554265a0afcf117845f91 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 28 Jun 2021 19:15:22 +0200 Subject: [PATCH 4/4] Revert "do not use ci run" This reverts commit 47bc8f44491ddf6660dea4d5f2f0c38b5186fe01. --- lib/lookup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 6facc375..e1c792f5 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -253,7 +253,7 @@ "prefix": "v", "maintainers": ["cpojer", "scotthovestadt", "SimenB", "thymikee", "jeysal"], "yarn": true, - "scripts": ["remove-examples", "build:js", "jest --color -i"], + "scripts": ["remove-examples", "build:js", "test-ci-partial"], "envVar": { "CI": true }, "skip": ["aix", "s390x", "ppc", "darwin", "win32"], "timeout": 1800000