Skip to content

Commit

Permalink
updated ES to v7 in run-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Jul 13, 2021
1 parent 9dbd62e commit 445e709
Showing 1 changed file with 3 additions and 3 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

0 comments on commit 445e709

Please sign in to comment.