From 547465e40e743acc843c6fd1794abe91c5d54b27 Mon Sep 17 00:00:00 2001 From: Thomas Wilkerling Date: Thu, 17 Apr 2025 15:15:25 +0200 Subject: [PATCH] add npm script "test:github" --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 368090a..a4eeeff 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -55,5 +55,5 @@ jobs: - run: npm run build:bundle --if-present - run: npm ci working-directory: test - - run: npm test + - run: npm test:github working-directory: test