Quellcode durchsuchen

restore CI settings

Yuki Takei vor 4 Jahren
Ursprung
Commit
f488239110
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  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:
 jobs:
 
 
   test-prod-node14:
   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:
     with:
       node-version: 14.x
       node-version: 14.x
       skip-cypress: true
       skip-cypress: true
@@ -21,7 +21,7 @@ jobs:
 
 
 
 
   test-prod-node16:
   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:
     with:
       node-version: 16.x
       node-version: 16.x
       cypress-report-artifact-name: Cypress report
       cypress-report-artifact-name: Cypress report
@@ -32,7 +32,7 @@ jobs:
   run-reg-suit-node16:
   run-reg-suit-node16:
     needs: [test-prod-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()
     if: always()
 
 

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

@@ -180,7 +180,7 @@ jobs:
       fail-fast: false
       fail-fast: false
       matrix:
       matrix:
         # List string expressions that is comma separated ids of tests in "test/cypress/integration"
         # 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:
     services:
       mongodb:
       mongodb: