From 54b61dad11c63fa109b81ac307eaa7b8e7f36c66 Mon Sep 17 00:00:00 2001 From: verytactical <186486509+verytactical@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:54:43 +0400 Subject: [PATCH] fix: wrong command for compat tests --- .github/workflows/tact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tact.yml b/.github/workflows/tact.yml index 0d265c984..73ae290d0 100644 --- a/.github/workflows/tact.yml +++ b/.github/workflows/tact.yml @@ -38,7 +38,7 @@ jobs: # Test some specific things for backwards compatibility. # It's important to restrain from using too much of Node.js 22+ features # until it goes into maintenance LTS state and majority of users catches up - yarn jest -t 'isSubsetOf' + yarn test isSubsetOf # Clean-up yarn cleanall yarn config delete ignore-engines