ci-app-prod.yml 546 B

1234567891011121314151617181920
  1. name: Node CI for app production
  2. on:
  3. pull_request:
  4. types: [opened, reopened, synchronize]
  5. jobs:
  6. build-prod-base:
  7. uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/vrt-with-cypress
  8. with:
  9. node-version: 14.x
  10. checkout-ref: ${{ github.event.pull_request.head.ref }}
  11. skip-launching-test: true
  12. build-prod-head:
  13. uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/vrt-with-cypress
  14. with:
  15. node-version: 14.x
  16. checkout-ref: ${{ github.event.pull_request.head.ref }}