From 2bc9782b630b19ca422460f677345148676db80f Mon Sep 17 00:00:00 2001 From: Romain Lanz Date: Tue, 16 Apr 2024 10:32:52 +0200 Subject: [PATCH] lookup(adonis): use dedicated testing script --- lib/lookup.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 4afd3c39..2b036013 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -2,17 +2,20 @@ "@adonisjs/core": { "maintainers": ["romainlanz", "julienr44", "thetutlage"], "prefix": "v", - "skip": ["ppc", "s390x"] + "skip": ["ppc", "s390x"], + "scripts": ["citgm"] }, "@adonisjs/fold": { "maintainers": ["romainlanz", "julienr44", "thetutlage"], "prefix": "v", - "skip": ["ppc", "s390x"] + "skip": ["ppc", "s390x"], + "scripts": ["citgm"] }, "@adonisjs/http-server": { "maintainers": ["romainlanz", "julienr44", "thetutlage"], "prefix": "v", - "skip": ["ppc", "s390x"] + "skip": ["ppc", "s390x"], + "scripts": ["citgm"] }, "@clinic/bubbleprof": { "maintainers": ["mcollina", "rafaelgss"],