From 743f4bec0263cfbaa72d27c9dfa49f250faf6bdd Mon Sep 17 00:00:00 2001 From: Thomas Wilkerling Date: Thu, 17 Apr 2025 15:16:26 +0200 Subject: [PATCH] add missing "run" to npm script --- .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 a4eeeff..7b1a807 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:github + - run: npm run test:github working-directory: test