Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Dec 8, 2023
1 parent ae73816 commit bb67555
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit bb67555

Please sign in to comment.