summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/wet-shirts-warn.md5
-rw-r--r--.github/workflows/ci.yml5
2 files changed, 5 insertions, 5 deletions
diff --git a/.changeset/wet-shirts-warn.md b/.changeset/wet-shirts-warn.md
new file mode 100644
index 000000000..e0ac87d13
--- /dev/null
+++ b/.changeset/wet-shirts-warn.md
@@ -0,0 +1,5 @@
+---
+'astro-scripts': patch
+---
+
+Chore: remove memory test from CI workflow. This causes issues with Vite 3 dependency resolution, and is no longer necessary for testing our compiler.
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5e316ca1c..404473e7d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -230,11 +230,6 @@ jobs:
- name: Test
run: pnpm run test:smoke
- - name: Memory Leak Test
- run: |
- node ./scripts/memory/mk.js
- node --expose-gc ./scripts/memory/index.js --ci
-
# Changelog can only run _after_ build.
# We download all `dist/` artifacts from GitHub to skip the build process.