mirror of
https://github.com/metosin/reitit.git
synced 2026-01-29 09:20:33 +00:00
Oh, we have circeci too
This commit is contained in:
parent
60e0ee4872
commit
9a7eaaa912
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ jobs:
|
||||||
keys:
|
keys:
|
||||||
- 'v1-test-{{ checksum "project.clj" }}'
|
- 'v1-test-{{ checksum "project.clj" }}'
|
||||||
- 'v1-test-'
|
- 'v1-test-'
|
||||||
|
- run:
|
||||||
|
name: Install modules
|
||||||
|
command: ./scripts/lein-modules install
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: ./scripts/test.sh clj
|
command: ./scripts/test.sh clj
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue