You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by bz...@apache.org on 2022/08/04 08:24:37 UTC

[apisix-dashboard] 01/01: Revert "chore: temporary close test CI (#2543)"

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

bzp2010 pushed a commit to branch revert-2543-chore-pause-test
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git

commit 76aa77337c4d33401180908037dc4c947b5e25ef
Author: Zeping Bai <bz...@gmail.com>
AuthorDate: Thu Aug 4 16:24:32 2022 +0800

    Revert "chore: temporary close test CI (#2543)"
    
    This reverts commit f3a21e2a2747d60047735bcc98d95a438d618246.
---
 .github/workflows/backend-cli-test.yml         | 4 ++--
 .github/workflows/backend-e2e-test.yml         | 4 ++--
 .github/workflows/backend-unit-test.yml        | 4 ++--
 .github/workflows/frontend-e2e-test.yml        | 4 ++--
 .github/workflows/frontend-plugin-e2e-test.yml | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/backend-cli-test.yml b/.github/workflows/backend-cli-test.yml
index eb3d9e91..362fc3d7 100644
--- a/.github/workflows/backend-cli-test.yml
+++ b/.github/workflows/backend-cli-test.yml
@@ -4,13 +4,13 @@ on:
   push:
     branches:
       - master
-#      - next
+      - next
     paths:
       - 'api/**'
   pull_request:
     branches:
       - master
-#      - next
+      - next
     paths:
       - 'api/**'
 
diff --git a/.github/workflows/backend-e2e-test.yml b/.github/workflows/backend-e2e-test.yml
index 612de942..24ed40e4 100644
--- a/.github/workflows/backend-e2e-test.yml
+++ b/.github/workflows/backend-e2e-test.yml
@@ -4,13 +4,13 @@ on:
   push:
     branches:
       - master
-#      - next
+      - next
     paths:
       - 'api/**'
   pull_request:
     branches:
       - master
-#      - next
+      - next
     paths:
       - 'api/**'
 
diff --git a/.github/workflows/backend-unit-test.yml b/.github/workflows/backend-unit-test.yml
index 53bcd0af..d153c96a 100644
--- a/.github/workflows/backend-unit-test.yml
+++ b/.github/workflows/backend-unit-test.yml
@@ -4,13 +4,13 @@ on:
   push:
     branches:
       - master
-#      - next
+      - next
     paths:
       - 'api/**'
   pull_request:
     branches:
       - master
-#      - next
+      - next
     paths:
       - 'api/**'
 
diff --git a/.github/workflows/frontend-e2e-test.yml b/.github/workflows/frontend-e2e-test.yml
index 8db2440a..e2759b30 100644
--- a/.github/workflows/frontend-e2e-test.yml
+++ b/.github/workflows/frontend-e2e-test.yml
@@ -4,13 +4,13 @@ on:
   push:
     branches:
       - master
-#      - next
+      - next
     paths-ignore:
       - 'docs/**'
   pull_request:
     branches:
       - master
-#      - next
+      - next
     paths-ignore:
       - 'docs/**'
 
diff --git a/.github/workflows/frontend-plugin-e2e-test.yml b/.github/workflows/frontend-plugin-e2e-test.yml
index 55930c96..2f64b70e 100644
--- a/.github/workflows/frontend-plugin-e2e-test.yml
+++ b/.github/workflows/frontend-plugin-e2e-test.yml
@@ -3,13 +3,13 @@ on:
   push:
     branches:
       - master
-#      - next
+      - next
     paths-ignore:
       - 'docs/**'
   pull_request:
     branches:
       - master
-#      - next
+      - next
     paths-ignore:
       - 'docs/**'