From 6f824eb9b92de300e141d3bc7b355a43c4957dc0 Mon Sep 17 00:00:00 2001 From: Bob den Os Date: Fri, 7 Feb 2025 14:28:14 +0100 Subject: [PATCH] Reduce test to only remote.test.js --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80f3feaac..d840949b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # testing - - run: npm test -ws + - run: npm test -w hana -- --unmute remote.test.js env: FORCE_COLOR: true TAG: ${{ steps.hxe.outputs.TAG }}