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 31b97c9df9
.
* chore: update changeset to say "CI only"
Co-authored-by: bholmesdev <bholmesdev@gmail.com>
This commit is contained in:
parent
789dc1fabc
commit
660abd3dee
2 changed files with 5 additions and 5 deletions
5
.changeset/wet-shirts-warn.md
Normal file
5
.changeset/wet-shirts-warn.md
Normal file
|
@ -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.
|
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue