Shun Miyazawa 2 år sedan
förälder
incheckning
1751a7d0ca
2 ändrade filer med 9 tillägg och 8 borttagningar
  1. 7 7
      .github/workflows/ci-app-prod.yml
  2. 2 1
      .github/workflows/reusable-app-prod.yml

+ 7 - 7
.github/workflows/ci-app-prod.yml

@@ -48,13 +48,13 @@ concurrency:
 
 jobs:
 
-  test-prod-node18:
-    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
-    with:
-      node-version: 18.x
-      skip-cypress: true
-    secrets:
-      SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
+  # test-prod-node18:
+  #   uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
+  #   with:
+  #     node-version: 18.x
+  #     skip-cypress: true
+  #   secrets:
+  #     SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
 
 
   test-prod-node20:

+ 2 - 1
.github/workflows/reusable-app-prod.yml

@@ -214,7 +214,8 @@ jobs:
       fail-fast: false
       matrix:
         # List string expressions that is comma separated ids of tests in "test/cypress/integration"
-        spec-group: ['10', '20', '21', '22', '23', '30', '40', '50', '60']
+        # spec-group: ['10', '20', '21', '22', '23', '30', '40', '50', '60']
+        spec-group: ['50']
 
     services:
       mongodb: