docs(test): add e2e runbook and use .bun-version in CI/CD

This commit is contained in:
2026-03-05 20:48:09 +04:00
parent cfc8a521e4
commit efc221f95e
3 changed files with 66 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ jobs:
if: ${{ needs.check-secrets.outputs.db_secret_ok == 'true' }}
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.10
bun-version-file: .bun-version
- name: Install dependencies for migrations
if: ${{ needs.check-secrets.outputs.db_secret_ok == 'true' }}