fix(ci): build nodes before benchmarking
Some checks failed
📊 Benchmark the Runtime / release (push) Failing after 1m16s
🚀 Lint & Test & Deploy / release (push) Has been cancelled

This commit is contained in:
2026-02-13 14:57:07 +01:00
parent 580ec73465
commit 6475790176

View File

@@ -45,10 +45,14 @@ jobs:
- name: 📦 Install Dependencies - name: 📦 Install Dependencies
run: pnpm install --frozen-lockfile --store-dir ${{ env.PNPM_CACHE_FOLDER }} 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 run: pnpm run --filter @nodarium/app bench
- uses: actions/upload-artifact@v4 - name: 📤 Upload Benchmark Results
uses: actions/upload-artifact@v4
with: with:
name: benchmark-data name: benchmark-data
path: app/benchmark/out/ path: app/benchmark/out/