From 0f1e532d4b361045a48c270a7575cd5f921eda92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 Sep 2023 12:59:45 +0200 Subject: [PATCH] build(ci): avoid duplicate build in benchmark MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/benchmark.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 1acc184f..34655f4c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -32,8 +32,5 @@ jobs: - name: Install run: pnpm install --ignore-scripts - - name: Production Build - run: pnpm build:prod - - - name: Benchmark - run: pnpm benchmark + - name: Production Benchmark + run: pnpm benchmark:prod -- 2.34.1