Yuki Takei 4 vuotta sitten
vanhempi
sitoutus
8b706d671e
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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
     uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@support/vrt-with-cypress
 
 
+    if: always();
+
     with:
     with:
       node-version: 14.x
       node-version: 14.x
       checkout-ref: ${{ github.event.pull_request.base.ref }}
       checkout-ref: ${{ github.event.pull_request.base.ref }}
@@ -56,6 +58,7 @@ jobs:
 
 
   test-prod-head:
   test-prod-head:
     uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/vrt-with-cypress
     uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/vrt-with-cypress
+
     with:
     with:
       node-version: 14.x
       node-version: 14.x
       checkout-ref: ${{ github.event.pull_request.head.ref }}
       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
     uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@support/vrt-with-cypress
 
 
+    if: always();
+
     with:
     with:
       node-version: 14.x
       node-version: 14.x
       checkout-ref: ${{ github.event.pull_request.head.ref }}
       checkout-ref: ${{ github.event.pull_request.head.ref }}