Skip to content

Commit aae8e37

Browse files
mahadzaryab1amol-verma-allen
authored andcommitted
[fix] Add query integration test to workflows file (jaegertracing#7056)
## Description of the changes - Fixes the query integration test not being run in CI by adding it to ci-e2e-all.yml. ## How was this change tested? - CI ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` --------- Signed-off-by: Mahad Zaryab <[email protected]>
1 parent 609c2e2 commit aae8e37

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci-e2e-all.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ jobs:
3737
opensearch:
3838
uses: ./.github/workflows/ci-e2e-opensearch.yml
3939

40+
query:
41+
uses: ./.github/workflows/ci-e2e-query.yml
42+

0 commit comments

Comments
 (0)