Skip to content

Commit 660abd3

Browse files
authored
Chore: remove memory test from CI (#3758)
* chore: remove memory test * chore: remove memory test from ci * chore: changeset * Revert "chore: remove memory test" This reverts commit 31b97c9. * chore: update changeset to say "CI only" Co-authored-by: bholmesdev <[email protected]>
1 parent 789dc1f commit 660abd3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.changeset/wet-shirts-warn.md

+5
Original file line numberDiff line numberDiff line change
@@ -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

-5
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,6 @@ jobs:
230230
- name: Test
231231
run: pnpm run test:smoke
232232

233-
- name: Memory Leak Test
234-
run: |
235-
node ./scripts/memory/mk.js
236-
node --expose-gc ./scripts/memory/index.js --ci
237-
238233

239234
# Changelog can only run _after_ build.
240235
# We download all `dist/` artifacts from GitHub to skip the build process.

0 commit comments

Comments
 (0)