test(deploy): validate Forgejo Actions end-to-end flow (#189)
Some checks failed
CI / backend (push) Successful in 1m40s
Deploy / changes (push) Successful in 5s
Deploy / build-backend (push) Failing after 11s
Deploy / build-worker (push) Failing after 11s
CI / frontend (push) Successful in 2m13s
Deploy / build-frontend (push) Failing after 12s
Deploy / deploy (push) Failing after 0s

This commit is contained in:
lekss361 2026-05-15 21:55:04 +00:00
parent ae0fce3528
commit 50547dcbb3
2 changed files with 3 additions and 2 deletions

View file

@ -61,3 +61,4 @@ obsidian.gendsgn.ru {
reverse_proxy frontend:3000
}
}
# Test deploy flow 2026-05-15T21:43:32Z

View file

@ -1162,7 +1162,7 @@ async def test_grid_walk_emits_heartbeat_callbacks() -> None:
progress_states: list[dict[str, Any]] = []
upserted, requests = await _grid_walk_category(
_upserted, requests = await _grid_walk_category(
db=db,
client=client,
quarter="66:41:0303161",
@ -1197,7 +1197,7 @@ async def test_grid_walk_no_heartbeat_when_callback_none() -> None:
client.wms_feature_info = AsyncMock(return_value=[])
# Не передаём update_progress — должно не падать
upserted, requests = await _grid_walk_category(
_upserted, requests = await _grid_walk_category(
db=db,
client=client,
quarter="66:41:0303161",