Yuki Takei 4 лет назад
Родитель
Сommit
f488239110
2 измененных файлов с 4 добавлено и 4 удалено
  1. 3 3
      .github/workflows/ci-app-prod.yml
  2. 1 1
      .github/workflows/reusable-app-prod.yml

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

@@ -12,7 +12,7 @@ on:
 jobs:
 
   test-prod-node14:
-    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/use-chrome-in-vrt
+    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
     with:
       node-version: 14.x
       skip-cypress: true
@@ -21,7 +21,7 @@ jobs:
 
 
   test-prod-node16:
-    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/use-chrome-in-vrt
+    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
     with:
       node-version: 16.x
       cypress-report-artifact-name: Cypress report
@@ -32,7 +32,7 @@ jobs:
   run-reg-suit-node16:
     needs: [test-prod-node16]
 
-    uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@support/use-chrome-in-vrt
+    uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@master
 
     if: always()
 

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

@@ -180,7 +180,7 @@ jobs:
       fail-fast: false
       matrix:
         # List string expressions that is comma separated ids of tests in "test/cypress/integration"
-        spec-group: ['3']
+        spec-group: ['1', '2', '3', '4', '6']
 
     services:
       mongodb: