ci-app-prod.yml 555 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. build-prod-head:
  12. uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/vrt-with-cypress
  13. with:
  14. node-version: 14.x
  15. checkout-ref: ${{ github.event.pull_request.head.ref }}
  16. test-launching: true