Explorar el Código

Merge pull request #13764 from zmstone/0904-ci-increase-test-groups

ci: increase number of suite-groups for emqx app ct
zmstone hace 1 año
padre
commit
d64ad69c9e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/run_emqx_app_tests.yaml

+ 1 - 1
.github/workflows/run_emqx_app_tests.yaml

@@ -55,7 +55,7 @@ jobs:
           exit 0
         else
           echo 'skip=false' | tee -a $GITHUB_OUTPUT
-          echo 'matrix=[{"type": "eunit_proper_and_static"},{"type": "1_3"},{"type": "2_3"},{"type": "3_3"}]' | tee -a $GITHUB_OUTPUT
+          echo 'matrix=[{"type": "eunit_proper_and_static"},{"type": "1_4"},{"type": "2_4"},{"type": "3_4"},{"type": "4_4"}]' | tee -a $GITHUB_OUTPUT
         fi
 
   run_emqx_app_tests: