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:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue