Skip to content

Commit

Permalink
trying to cache npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jrk12b committed Jul 18, 2024
1 parent 49d7e1e commit fccac53
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Dependencies
run: npm ci
- name: Run jest tests
run: npm run test -- --coverage
- name: Upload Coverage to Codecov
Expand All @@ -47,8 +45,6 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Dependencies
run: npm ci
- name: Run api tests
run: npm run api-test

Expand Down

0 comments on commit fccac53

Please sign in to comment.