Skip to content

Commit 4acf6eb

Browse files
committed
Upload meta.json as workflow artifact
1 parent 8b990db commit 4acf6eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
- name: Verify compiled JS up to date
5353
run: .github/workflows/script/check-js.sh
5454

55+
- name: Upload esbuild metadata
56+
uses: actions/upload-artifact@v7
57+
with:
58+
name: bundle-metadata-${{ matrix.os }}-${{ matrix.node-version }}
59+
path: meta.json
60+
5561
- name: Run unit tests
5662
if: always()
5763
run: npm test

0 commit comments

Comments
 (0)