Skip to content

Commit e076c72

Browse files
authored
Merge pull request #132 from milaboratory/merge-2025-10-30
Merge v4-beta to v4 (2025-10-30)
2 parents 6f699f4 + 8b364b7 commit e076c72

File tree

2 files changed

+8
-805
lines changed

2 files changed

+8
-805
lines changed

.github/workflows/node-matrix.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,14 @@ jobs:
551551
kms-keyname: ${{ secrets.GCP_KMS_KEY_NAME }}
552552
access-token: ${{ steps.gcp-auth.outputs.access_token }}
553553

554+
- name: Run after-prebuild for - ${{ matrix.selector }}
555+
id: after-prebuild
556+
shell: bash
557+
env:
558+
PRE_CALCULATED_STEP: ${{ matrix.selector }}
559+
run: |
560+
npm run --if-present after-prebuild
561+
554562
- name: Saving build artifacts for publish step
555563
uses: milaboratory/github-ci/actions/artifact/save@v4
556564
id: build-artifacts

0 commit comments

Comments
 (0)