mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-26 06:28:33 +00:00
Update build workflow
This commit is contained in:
parent
c4592c1b9a
commit
160345f3d5
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -1,5 +1,4 @@
|
||||
|
||||
name: Haystack CI
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user