From 64757901766efb7ccbd3693ebc63ba1367fe6d88 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Fri, 13 Feb 2026 14:57:07 +0100 Subject: [PATCH] fix(ci): build nodes before benchmarking --- .gitea/workflows/benchmark.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/benchmark.yaml b/.gitea/workflows/benchmark.yaml index 9de1169..2f9615f 100644 --- a/.gitea/workflows/benchmark.yaml +++ b/.gitea/workflows/benchmark.yaml @@ -45,10 +45,14 @@ jobs: - name: 📦 Install Dependencies run: pnpm install --frozen-lockfile --store-dir ${{ env.PNPM_CACHE_FOLDER }} - - name: Execute Runtime + - name: 🛠️Build Nodes + run: pnpm build:nodes + + - name: 🏃 Execute Runtime run: pnpm run --filter @nodarium/app bench - - uses: actions/upload-artifact@v4 + - name: 📤 Upload Benchmark Results + uses: actions/upload-artifact@v4 with: name: benchmark-data path: app/benchmark/out/