From f4a4b687296ec2d28cefa311fc273bbb5e970fb6 Mon Sep 17 00:00:00 2001 From: sahani-deriv <125638269+sahani-deriv@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:59:55 +0800 Subject: [PATCH] ci: ignore feature flag test in all_packages workflow (#562) --- melos.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/melos.yaml b/melos.yaml index 2c94ec58c..8e75065c7 100644 --- a/melos.yaml +++ b/melos.yaml @@ -40,3 +40,6 @@ scripts: packageFilters: dirExists: - test + ignore: + # Ignore until we have a proper test. + - "deriv_feature_flag"