Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
sagodi97 committed Mar 6, 2024
1 parent 6f86c7b commit 6daf831
Show file tree
Hide file tree
Showing 3 changed files with 25,917 additions and 22,629 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup node 🔧
uses: actions/setup-node@v3
with:
cache: "npm"
cache-dependency-path: "**/package-lock.json"
- name: Cache node_modules 💾
uses: actions/cache@v3
id: cache-node-modules
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('package-lock.json') }}
- name: Install dependencies 📦
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm ci
- name: Unit Testing 🔎
run: CI=true npm run test:ci
Expand Down
Loading

0 comments on commit 6daf831

Please sign in to comment.