Skip to content

Commit

Permalink
remove docker caching
Browse files Browse the repository at this point in the history
  • Loading branch information
kochis committed Jul 23, 2023
1 parent 8ead59d commit 472353c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@ jobs:
- image: cimg/node:16.15
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: Install Dependencies
command: npm ci
- save_cache:
key: dependency-cache-{{ checksum "package.json" }}
paths:
- node_modules
- run:
name: Run Tests
command: npm run test
Expand Down

0 comments on commit 472353c

Please sign in to comment.