| 1234567891011121314151617181920 |
- name: Node CI for app production
- on:
- pull_request:
- types: [opened, reopened, synchronize]
- jobs:
- build-prod-base:
- 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 }}
- skip-launching-test: true
- build-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 }}
|