diff --git a/.github/workflows/report-backend-memory.yml b/.github/workflows/report-backend-memory.yml index 157ad3b68f..78461f6a27 100644 --- a/.github/workflows/report-backend-memory.yml +++ b/.github/workflows/report-backend-memory.yml @@ -49,14 +49,6 @@ jobs: id: load-pr-num run: echo "pr-number=$(cat artifacts/pr_number)" >> "$GITHUB_OUTPUT" - - name: Output base - run: cat ./artifacts/memory-base.json - - name: Output head - run: cat ./artifacts/memory-head.json - - name: Output base JS footprint - run: cat ./artifacts/js-footprint-base.json - - name: Output head JS footprint - run: cat ./artifacts/js-footprint-head.json - id: build-comment name: Build memory comment run: node .github/scripts/backend-memory-report.mts ./artifacts/memory-base.json ./artifacts/memory-head.json ./output.md ./artifacts/js-footprint-base.json ./artifacts/js-footprint-head.json