diff --git a/.circleci/config.yml b/.circleci/config.yml index 9a1a73e..6e72365 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,4 +22,5 @@ jobs: - checkout # specify any bash command here prefixed with `run: ` + - run: ./scripts/devtools.sh - run: make local test