From 4ba37b0768aa7b035db0f5b064e5d6d56b055186 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Tue, 15 Sep 2020 17:57:49 +0200 Subject: [PATCH] CI: modify Lighhouse target --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ed26b3ab7d..7d38038fff 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -135,7 +135,7 @@ jobs: with: lighthouseCheckResults: ${{ steps.lighthouse.outputs.lighthouseCheckResults }} minAccessibilityScore: "96" - minBestPracticesScore: "90" + minBestPracticesScore: "85" minPerformanceScore: "10" minSeoScore: "80"