From 0fa210703a913d6681530c358fa201c2db7f88a0 Mon Sep 17 00:00:00 2001 From: Andrew Tatomyr Date: Mon, 1 Jul 2024 17:44:23 +0300 Subject: [PATCH] chore: fix the historical benchmark pipeline (#1603) --- .github/workflows/performance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yaml b/.github/workflows/performance.yaml index e710354d..9c21758a 100644 --- a/.github/workflows/performance.yaml +++ b/.github/workflows/performance.yaml @@ -64,7 +64,7 @@ jobs: - name: Run Benchmark run: | cd benchmark/ - npm run unit + npm test # This command is generated and injected into package.json in the previous step. cat benchmark_check.md env: CI: true