Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed Jul 13, 2021
2 parents 3eac4c0 + 445e709 commit e76528f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -e ".[hub]"
pip install -e ".[dev]"
pip install nose
- name: Run PyTest
run: pytest tests
- name: Run Hub Tests
run: cd biothings/tests/hub && make test
run: cd tests/hub && make test
services:
Elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:6.5.0
image: docker.elastic.co/elasticsearch/elasticsearch:7.13.3
env:
"discovery.type" : single-node
ports:
Expand Down
4 changes: 1 addition & 3 deletions tests/hub/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
all: unittest

test_config:
nosetests config
test_jsondiff:
cd jsondiff && nosetests
test_jsonschema:
Expand All @@ -11,6 +9,6 @@ test_utils:
test_inspector:
nosetests inspector

test: test_config test_jsondiff test_jsonschema test_utils test_inspector
test: test_jsondiff test_jsonschema test_utils test_inspector


0 comments on commit e76528f

Please sign in to comment.