Sfoglia il codice sorgente

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

ci: increase number of suite-groups for emqx app ct
zmstone 1 anno fa
parent
commit
d64ad69c9e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
           exit 0
         else
         else
           echo 'skip=false' | tee -a $GITHUB_OUTPUT
           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
         fi
 
 
   run_emqx_app_tests:
   run_emqx_app_tests: