Skip to content

Commit 10f9dc5

Browse files
committed
Add streaming tests against latest SNAPSHOTs
Signed-off-by: Andriy Redko <[email protected]>
1 parent 398481e commit 10f9dc5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test-spec.yml

+8
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,17 @@ jobs:
4949
- version: 2.19.0
5050
hub: opensearchstaging
5151
ref: '@sha256:4da23e0137b2b67206d23b36fcf0914cc39b3bf19310c782f536e4934b86f6cc'
52+
- version: 2.19.0
53+
hub: opensearchstaging
54+
ref: '@sha256:4da23e0137b2b67206d23b36fcf0914cc39b3bf19310c782f536e4934b86f6cc'
55+
tests: plugins/streaming
5256
- version: 3.0.0
5357
hub: opensearchstaging
5458
ref: '@sha256:727643acdfebed77bfdb26362dbcff536b7ea02a0cc4ae2da2521729171333de'
59+
- version: 3.0.0
60+
hub: opensearchstaging
61+
ref: '@sha256:727643acdfebed77bfdb26362dbcff536b7ea02a0cc4ae2da2521729171333de'
62+
tests: plugins/streaming
5563

5664
name: test-opensearch-spec (version=${{ matrix.entry.version }}, hub=${{ matrix.entry.hub || 'opensearchproject' }}, tests=${{ matrix.entry.tests || 'default' }})
5765
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)