Browse Source

Updated config.yml

main
HenriBoulnois 5 years ago
parent
commit
bd674d6d25
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -4,7 +4,10 @@ jobs:
machine: machine:
image: ubuntu-2004:202010-01 image: ubuntu-2004:202010-01
steps: steps:
- restore_cache:
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- checkout - checkout
- run: - run:
name: "Testing" name: "Testing"
command: echo "Hello World"
command: yarn install
Loading…
Cancel
Save