We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c05e88 commit 55c0651Copy full SHA for 55c0651
.github/workflows/ci-pipeline.yaml
@@ -108,7 +108,10 @@ jobs:
108
run: sleep 30
109
110
- name: Run embed job
111
- run: docker run --rm --network host test-image:${{ needs.build.outputs.image_tag }}
+ run: |
112
+ docker run --rm --network host \
113
+ -e DB_TYPE=${{ matrix.db }} \
114
+ test-image:${{ needs.build.outputs.image_tag }}
115
116
release:
117
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
0 commit comments