From a1d0a79154b8e9a49cc11910be8d804c9e728812 Mon Sep 17 00:00:00 2001 From: Thomas Wilkerling Date: Thu, 17 Apr 2025 14:42:06 +0200 Subject: [PATCH] github actions: change to test directory --- .github/workflows/node.js.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 8d132b8..c4be87b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -50,7 +50,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - #cache: 'npm' + cache: 'npm' - run: npm ci - run: npm run build --if-present + - run: cd test && npm ci - run: npm test