Browse Source

workflow include database2

main
pierre darcas 6 years ago
parent
commit
320aa627c5
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -47,7 +47,6 @@ jobs:
- checkout # check out the code in the project directory
- restore_cache:
key: yarn-v1-packages-{{ checksum "yarn.lock" }}
- run: yarn test:ci
- save_cache:
key: yarn-v1-packages-{{ checksum "yarn.lock" }}
paths:

Loading…
Cancel
Save