build(ci): avoid duplicate build in benchmark
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 7 Sep 2023 10:59:45 +0000 (12:59 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 7 Sep 2023 10:59:45 +0000 (12:59 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/benchmark.yml

index 1acc184fbc18d89461c6d82aa350e95660d4f545..34655f4c82ef5be8bb7b136d386727f78418e09e 100644 (file)
@@ -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