silverstripe / gha-merge-up

GitHub Action to merge-up supported branches in a repository
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

ENH Rebuild client/dist on merge-up #6

Closed emteknetnz closed 1 year ago

emteknetnz commented 1 year ago

Issue https://github.com/silverstripe/gha-merge-up/issues/3

Example action run - https://github.com/emteknetnz/silverstripe-asset-admin/actions/runs/5744754116/job/15571608089

Example commits - https://github.com/emteknetnz/silverstripe-asset-admin/commits/2

Re the AC The build fails if there is any issue with yarn build - yarn build will omit an non-zero exit code on failure, which will immediately cause the github workflow to immediately stop

emteknetnz commented 1 year ago

@GuySartorelli Have made updated and triggered a new run with updated code https://github.com/emteknetnz/silverstripe-asset-admin/actions/runs/5744754116/job/15571608089