Explorar el Código

chore(autotest): add api test script configuration

xujun540 hace 4 años
padre
commit
a6e335e715
Se han modificado 1 ficheros con 7 adiciones y 4 borrados
  1. 7 4
      .github/workflows/run_api_tests.yaml

+ 7 - 4
.github/workflows/run_api_tests.yaml

@@ -2,10 +2,10 @@ name: API Test Suite
 
 on:
   push:
-    tags:
-      - e*
-      - v*
-    pull_request:
+   tags:
+     - e*
+     - v*
+  pull_request:
 
 jobs:
   build:
@@ -36,6 +36,9 @@ jobs:
         script_name:
           - api_metrics
           - api_subscriptions
+          - api_clients
+          - api_routes
+          - api_publish
     steps:
     - uses: actions/checkout@v2
       with: