From 670be4cd061d90f52903113187a9d65f6281fd8b Mon Sep 17 00:00:00 2001 From: Max T Date: Tue, 4 Feb 2025 14:06:04 -0500 Subject: [PATCH] Removing npm package listing --- .github/workflows/tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b9c0ea7..b4f548e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: npm_cache_dir: ~/.npm - os: windows-latest test_command: npm test - npm_cache_dir: ~/AppData/Local/npm-cache + npm_cache_dir: ~\AppData\Local\npm-cache - os: macOS-latest test_command: npm test npm_cache_dir: ~/.npm @@ -35,10 +35,6 @@ jobs: key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('package-lock.json') }} restore-keys: | ${{ runner.os }}-${{ env.cache-name }}- - - name: List the state of node modules - if: ${{steps.cache-npm.outputs.cache-hit != 'true'}} - continue-on-error: true - run: npm list - name: Install npm packages run: npm install - name: Install & Cache apt packages