From d47afd854233bf9e5a701ae80721b308c65dd1ac Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 26 Apr 2026 12:25:10 -0400 Subject: [PATCH] Fix CI interpret step using wrong relative path for summary CSV Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/balance-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/balance-check.yml b/.gitea/workflows/balance-check.yml index 6c87f58..681aa36 100644 --- a/.gitea/workflows/balance-check.yml +++ b/.gitea/workflows/balance-check.yml @@ -58,4 +58,4 @@ jobs: - name: Interpret results if: always() - run: pnpm --filter @ai-tycoon/game-simulation interpret -- --summary packages/game-simulation/multirun-summary.csv + run: pnpm --filter @ai-tycoon/game-simulation interpret -- --summary multirun-summary.csv