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:
|
run_deduplication_test:
|
||||||
name: test
|
name: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.event.label.name == 'run-checks' }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
1
.github/workflows/test_milvus.yml
vendored
1
.github/workflows/test_milvus.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
||||||
run_milvus:
|
run_milvus:
|
||||||
name: test
|
name: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.event.label.name == 'run-checks' }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
defaults:
|
defaults:
|
||||||
|
|
|
||||||
1
.github/workflows/test_neo4j.yml
vendored
1
.github/workflows/test_neo4j.yml
vendored
|
|
@ -15,6 +15,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
run_neo4j_integration_test:
|
run_neo4j_integration_test:
|
||||||
name: test
|
name: test
|
||||||
|
if: ${{ github.event.label.name == 'run-checks' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
|
|
||||||
1
.github/workflows/test_pgvector.yml
vendored
1
.github/workflows/test_pgvector.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
||||||
run_pgvector_integration_test:
|
run_pgvector_integration_test:
|
||||||
name: test
|
name: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.event.label.name == 'run-checks' }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
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:
|
run_common:
|
||||||
name: test
|
name: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.event.label.name == 'run-checks' }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
defaults:
|
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:
|
run_common:
|
||||||
name: test
|
name: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.event.label.name == 'run-checks' }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
defaults:
|
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:
|
run_common:
|
||||||
name: test
|
name: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.event.label.name == 'run-checks' }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
defaults:
|
defaults:
|
||||||
|
|
|
||||||
1
.github/workflows/test_qdrant.yml
vendored
1
.github/workflows/test_qdrant.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
||||||
run_qdrant_integration_test:
|
run_qdrant_integration_test:
|
||||||
name: test
|
name: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.event.label.name == 'run-checks' }}
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
|
||||||
1
.github/workflows/test_weaviate.yml
vendored
1
.github/workflows/test_weaviate.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
||||||
run_weaviate_integration_test:
|
run_weaviate_integration_test:
|
||||||
name: test
|
name: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.event.label.name == 'run-checks' }}
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue