Another attempt to fix CircleCI build
This commit is contained in:
parent
63e4c8523f
commit
ed86e7837c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue