From c111c058c2bb24931ff3a8ad5866cdb791c38771 Mon Sep 17 00:00:00 2001 From: Chris Mead Date: Tue, 7 Jan 2025 13:20:01 -0700 Subject: [PATCH] add heap parser --- .github/workflows/test-e2e-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-e2e-release.yml b/.github/workflows/test-e2e-release.yml index c20b85fbe92..8a796372feb 100644 --- a/.github/workflows/test-e2e-release.yml +++ b/.github/workflows/test-e2e-release.yml @@ -58,6 +58,7 @@ jobs: npx playwright install npm install @currents/playwright@^1.8.0 npm install @midleman/github-actions-reporter@^1.9.5 + npm install @vscode/v8-heap-parser@^0.1.0 cd test/e2e npm install