Upload meta.json as workflow artifact

This commit is contained in:
Michael B. Gale
2026-04-10 12:22:50 +01:00
parent 8b990db7d7
commit 4acf6eb187
+6
View File
@@ -52,6 +52,12 @@ jobs:
- name: Verify compiled JS up to date
run: .github/workflows/script/check-js.sh
- name: Upload esbuild metadata
uses: actions/upload-artifact@v7
with:
name: bundle-metadata-${{ matrix.os }}-${{ matrix.node-version }}
path: meta.json
- name: Run unit tests
if: always()
run: npm test