|
@@ -11,10 +11,10 @@ jobs:
|
|
|
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 }}
|
|
|
|
|
+ skip-launching-test: true
|
|
|
|
|
|
|
|
build-prod-head:
|
|
build-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 }}
|
|
|
- test-launching: true
|
|
|