This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch test/es8
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit ab43aa8d52ae225e436067bbea2598dabcba9826
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Feb 14 10:55:08 2022 +0800

    Add ElasticSearch to test and verify
---
 .github/workflows/e2e.storages.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/e2e.storages.yaml 
b/.github/workflows/e2e.storages.yaml
index 7b3d018..13d8fa6 100644
--- a/.github/workflows/e2e.storages.yaml
+++ b/.github/workflows/e2e.storages.yaml
@@ -17,6 +17,9 @@
 name: E2E
 
 on:
+  push:
+    branches:
+      - test/es8
   pull_request:
   schedule:
     - cron: '0 18 * * *'
@@ -61,6 +64,8 @@ jobs:
             config-file: storage/es/e2e.yaml
           - es-version: 7.15.0
             config-file: storage/es/e2e.yaml
+          - es-version: 8.0.0
+            config-file: storage/es/e2e.yaml
 
     steps:
       - uses: actions/checkout@v2

Reply via email to