Parcourir la source

update reusable workflow references

Yuki Takei il y a 4 ans
Parent
commit
ddd0fcf17d
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      .github/workflows/ci-app-prod.yml

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

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