Skip to content

Commit 7e224db

Browse files
committed
use sha-tagged test image and make sure all jobs run to completion
1 parent 971656d commit 7e224db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-pipeline.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
needs: [lint, build]
4343
runs-on: ubuntu-latest
4444
strategy:
45+
fail-fast: false
4546
matrix:
4647
db: [pgvector, redis, elasticsearch, qdrant]
4748
services:
@@ -76,7 +77,7 @@ jobs:
7677
- name: Wait for DB to start
7778
run: sleep 30
7879
- name: Run embed job
79-
run: docker run --rm --network host test-image:latest
80+
run: docker run --rm --network host test-image:${{ needs.build.outputs.image_tag }}
8081

8182
release:
8283
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)