Fixes to our demo
This commit is contained in:
parent
3366bb3680
commit
98cc84aa28
9 changed files with 9 additions and 0 deletions
1
.github/workflows/test_deduplication.yml
vendored
1
.github/workflows/test_deduplication.yml
vendored
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
run_deduplication_test:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.label.name == 'run-checks' }}
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
|
|
|||
1
.github/workflows/test_milvus.yml
vendored
1
.github/workflows/test_milvus.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
run_milvus:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.label.name == 'run-checks' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
defaults:
|
||||
|
|
|
|||
1
.github/workflows/test_neo4j.yml
vendored
1
.github/workflows/test_neo4j.yml
vendored
|
|
@ -15,6 +15,7 @@ env:
|
|||
jobs:
|
||||
run_neo4j_integration_test:
|
||||
name: test
|
||||
if: ${{ github.event.label.name == 'run-checks' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
defaults:
|
||||
|
|
|
|||
1
.github/workflows/test_pgvector.yml
vendored
1
.github/workflows/test_pgvector.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
run_pgvector_integration_test:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.label.name == 'run-checks' }}
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
|
|
|||
1
.github/workflows/test_python_3_10.yml
vendored
1
.github/workflows/test_python_3_10.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
run_common:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.label.name == 'run-checks' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
defaults:
|
||||
|
|
|
|||
1
.github/workflows/test_python_3_11.yml
vendored
1
.github/workflows/test_python_3_11.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
run_common:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.label.name == 'run-checks' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
defaults:
|
||||
|
|
|
|||
1
.github/workflows/test_python_3_9.yml
vendored
1
.github/workflows/test_python_3_9.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
run_common:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.label.name == 'run-checks' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
defaults:
|
||||
|
|
|
|||
1
.github/workflows/test_qdrant.yml
vendored
1
.github/workflows/test_qdrant.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
run_qdrant_integration_test:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.label.name == 'run-checks' }}
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
|
|||
1
.github/workflows/test_weaviate.yml
vendored
1
.github/workflows/test_weaviate.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
run_weaviate_integration_test:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.label.name == 'run-checks' }}
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue