Update .gitea/workflows/balance-check.yml
CI / build-and-push (push) Successful in 17s

This commit is contained in:
2026-04-26 17:08:45 -04:00
parent 416b6bfe8d
commit 04d8a4e883
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
- name: Run multi-simulation (5 runs) - name: Run multi-simulation (5 runs)
run: pnpm --filter @ai-tycoon/game-simulation multirun -- --runs 5 --parallel 2 --strategy persona --ticks 28800 --no-timeseries run: pnpm --filter @ai-tycoon/game-simulation multirun -- --runs 5 --parallel 5 --strategy persona --ticks 28800 --no-timeseries
- name: Interpret results - name: Interpret results
if: always() if: always()