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

+ 5 - 0
.github/workflows/ci-app-prod.yml

@@ -40,6 +40,8 @@ jobs:
 
     uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@support/vrt-with-cypress
 
+    if: always();
+
     with:
       node-version: 14.x
       checkout-ref: ${{ github.event.pull_request.base.ref }}
@@ -56,6 +58,7 @@ jobs:
 
   test-prod-head:
     uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/vrt-with-cypress
+
     with:
       node-version: 14.x
       checkout-ref: ${{ github.event.pull_request.head.ref }}
@@ -69,6 +72,8 @@ jobs:
 
     uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@support/vrt-with-cypress
 
+    if: always();
+
     with:
       node-version: 14.x
       checkout-ref: ${{ github.event.pull_request.head.ref }}