From 3045b749526e91af8c0a1fbcab9f613f3c0cd2ff Mon Sep 17 00:00:00 2001 From: Scion Date: Thu, 1 Jan 2026 16:35:51 -0800 Subject: [PATCH] Test --- npm/npm-test/action.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/npm/npm-test/action.yaml b/npm/npm-test/action.yaml index 44951a1..3885da6 100644 --- a/npm/npm-test/action.yaml +++ b/npm/npm-test/action.yaml @@ -45,7 +45,10 @@ runs: with: node-version: ${{ inputs.nodeVersion }} - name: "Install dependencies" - run: npm ci + run: | + ls -al + echo -------------------------------------------- + npm ci working-directory: ${{ inputs.workingDirectory }} shell: bash # - name: "Run tests"