We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789dc1f commit 660abd3Copy full SHA for 660abd3
.changeset/wet-shirts-warn.md
@@ -0,0 +1,5 @@
1
+---
2
+'astro-scripts': patch
3
4
+
5
+Chore: remove memory test from CI workflow. This causes issues with Vite 3 dependency resolution, and is no longer necessary for testing our compiler.
.github/workflows/ci.yml
@@ -230,11 +230,6 @@ jobs:
230
- name: Test
231
run: pnpm run test:smoke
232
233
- - name: Memory Leak Test
234
- run: |
235
- node ./scripts/memory/mk.js
236
- node --expose-gc ./scripts/memory/index.js --ci
237
-
238
239
# Changelog can only run _after_ build.
240
# We download all `dist/` artifacts from GitHub to skip the build process.
0 commit comments