Add OpenSearch E2E back (#7846)

This commit is contained in:
kezhenxu94 2021-09-30 17:23:58 +08:00 committed by GitHub
parent da9b79ca30
commit ebd040eb1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
timeout-minutes: 90
strategy:
matrix:
storage: ['mysql', 'influxdb', 'tidb', 'postgresql'] #opensearch
storage: ['mysql', 'influxdb', 'opensearch', 'tidb', 'postgresql']
include:
- { storage: es, es-version: 6.3.2 }
- { storage: es, es-version: 7.0.0 }