Update build workflow

This commit is contained in:
Tanay Soni 2020-06-09 11:45:25 +02:00
parent c4592c1b9a
commit 160345f3d5
3 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,4 @@
name: Haystack CI
name: Build
on:
push:

View File

@ -1,8 +1,8 @@
*******************************************************
Haystack — Neural Question Answering At Scale
*******************************************************
.. image:: https://travis-ci.org/deepset-ai/haystack.svg?branch=master
:target: https://travis-ci.org/deepset-ai/haystack
.. image:: https://github.com/deepset-ai/haystack/workflows/Build/badge.svg?branch=master
:target: https://github.com/deepset-ai/haystack/actions
:alt: Build
.. image:: https://img.shields.io/github/release/deepset-ai/haystack

View File

@ -19,7 +19,7 @@ def elasticsearch_fixture(elasticsearch_dir):
thetarfile = tarfile.open(fileobj=ftpstream, mode="r|gz")
thetarfile.extractall(path=elasticsearch_dir)
es_server = Popen([elasticsearch_dir / "elasticsearch-7.6.1/bin/elasticsearch"], stdout=PIPE, stderr=STDOUT)
time.sleep(30)
time.sleep(40)
@pytest.fixture(scope="session")