Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
koyopro committed Jan 9, 2025
1 parent 5d70884 commit 44f3c7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
- checkout
- restore_cache:
keys:
- v1-node-modules-{{ checksum "package-lock.json" }}
- v1-node-modules-
- v1-node-modules-<< parameters.node_image >>-{{ checksum "package-lock.json" }}
- v1-node-modules-<< parameters.node_image >>
- run: sudo apt-get update && sudo apt-get install -y cpio
- run: npm install
- save_cache:
paths:
- node_modules
key: v1-node-modules-{{ checksum "package-lock.json" }}
key: v1-node-modules-<< parameters.node_image >>-{{ checksum "package-lock.json" }}
- run: npm run build
- run: npm run test -w accel-web
- run: npm run generate:mysql
Expand Down

0 comments on commit 44f3c7d

Please sign in to comment.