Skip to content

Commit 3fda70b

Browse files
author
msra-sync-bot
committed
Regenerate artifact from source
1 parent 469df19 commit 3fda70b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/source-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Check out generator repository
1919
uses: actions/checkout@v4
2020
with:
21-
repository: "Miskler/engine-reverse-ide"
21+
repository: "Open-Inflation/engine-reverse-ide"
2222
ref: "main"
2323
path: logic
2424
token: ${{ secrets.SOURCE_SYNC_TOKEN }}

fixprice_api/pipelines/warmup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ async def pipeline(warmup: Warmup):
2121
],
2222
timeout_ms=warmup.timeout_ms,
2323
)
24+
25+
await warmup.page.wait_for_load_state("networkidle")
26+
await warmup.page.evaluate("""
27+
window.scrollTo(0, document.scrollingElement.scrollHeight)
28+
""")
2429
# await warmup.page.wait_for_selector(
2530
# selector="body > pre",
2631
# timeout=warmup.timeout_ms,

0 commit comments

Comments
 (0)