diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 074573d..0990915 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,8 +16,6 @@ jobs: with: npm_version: ${{ env.NPM_VERSION }} node_version: ${{ env.NODE_VERSION }} - install_command: "npm ci" - cache_global_npm_modules: false uses: ./extra-info test-extra-info-remote-usage: @@ -28,10 +26,6 @@ jobs: npm_version: ${{ env.NPM_VERSION }} node_version: ${{ env.NODE_VERSION }} package_json_path: ../package.json - install_command: "npm ci" - cache_global_npm_modules: false - cache_npm_modules: true - cache_command: 'echo "Nothing to do"' uses: Drassil/gh-actions-collection/extra-info@master test-node-setup: