Skip to content

Commit 1fa8819

Browse files
committed
maint: add better test
1 parent cd28c4e commit 1fa8819

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
- run:
4848
name: Start server
4949
command: docker-compose -f dockereve-master/docker-compose.yml up -d
50+
51+
- run:
52+
name: Check BOLD endpoint is up
53+
command: |
54+
curl -i -H "Content-Type: application/json" http://localhost/api/v1/bold
55+
5056
- run:
5157
name: Test MRIQC WebAPI
5258
command: python3 test/testGetPost.py

0 commit comments

Comments
 (0)