Another attempt to fix CircleCI build

This commit is contained in:
Sean Corfield 2021-01-31 05:51:55 -08:00
parent 63e4c8523f
commit ed86e7837c

View file

@ -7,7 +7,7 @@ jobs:
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
key: honeysql-{{ checksum "deps.edn" }} key: honeysql-v2-{{ checksum "deps.edn" }}
- run: - run:
name: Get rid of erroneous git config name: Get rid of erroneous git config
command: rm -rf ~/.gitconfig command: rm -rf ~/.gitconfig
@ -25,7 +25,7 @@ jobs:
- ~/.m2 - ~/.m2
- ~/.gitlibs - ~/.gitlibs
- ~/node_modules - ~/node_modules
key: honeysql-{{ checksum "deps.edn" }} key: honeysql-v2-{{ checksum "deps.edn" }}
- run: - run:
name: Run all the tests name: Run all the tests
command: sh run-tests.sh all command: sh run-tests.sh all