You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/08/28 00:59:20 UTC

[skywalking] branch reorganize-ci updated: Update e2e.yaml

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

kezhenxu94 pushed a commit to branch reorganize-ci
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/reorganize-ci by this push:
     new 1b76a9b  Update e2e.yaml
1b76a9b is described below

commit 1b76a9b0f99bfda037e730e141dfffaa7157766a
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sat Aug 28 08:59:09 2021 +0800

    Update e2e.yaml
---
 .github/workflows/e2e.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml
index a245250..2f785e7 100644
--- a/.github/workflows/e2e.yaml
+++ b/.github/workflows/e2e.yaml
@@ -83,16 +83,16 @@ jobs:
     timeout-minutes: 90
     strategy:
       matrix:
-        case: simple
+        case: 'simple'
         class:
           - org.apache.skywalking.e2e.LuaE2E
           - org.apache.skywalking.e2e.GatewayE2E
           - org.apache.skywalking.e2e.meter.MeterE2E
           - org.apache.skywalking.e2e.zabbix.ZabbixE2E
         include:
-          - case: auth
+          - case: 'auth'
             class: org.apache.skywalking.e2e.simple.SimpleE2E
-          - case: ssl
+          - case: 'ssl'
             class: org.apache.skywalking.e2e.simple.SimpleE2E
     env:
       SW_SIMPLE_CASE: ${{ matrix.sw-simple-case }}