|
|
@@ -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 }}
|