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