We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
meta.json
1 parent 8b990db commit 4acf6ebCopy full SHA for 4acf6eb
1 file changed
.github/workflows/pr-checks.yml
@@ -52,6 +52,12 @@ jobs:
52
- name: Verify compiled JS up to date
53
run: .github/workflows/script/check-js.sh
54
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
+
61
- name: Run unit tests
62
if: always()
63
run: npm test
0 commit comments