From b4f148d6f5d6d8d85710a087cc584d22d00c0020 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Sat, 30 Sep 2023 17:54:44 +0200 Subject: [PATCH] fixup! test: that skipping phpunit for vue changes works Signed-off-by: Daniel Kesselberg --- .github/filters.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/filters.yml b/.github/filters.yml index 9ce9b49b72a28..96b4ba9371251 100644 --- a/.github/filters.yml +++ b/.github/filters.yml @@ -2,8 +2,6 @@ phpunit: - '**/*.json' - - '!package-lock.json' - - '!package.json' - '**/*.php' - '**/*.sh' - '**/*.xml'