Implement local Apify actor runtime (POCv2) #7
ci.yml
on: pull_request
Build, lint, unit + integration tests
1m 6s
Actor dev-loop e2e (apify-cli + Docker)
2m 34s
Annotations
2 errors and 2 warnings
|
Actor dev-loop e2e (apify-cli + Docker)
Process completed with exit code 1.
|
|
test/e2e/actor-dev-loop.test.ts > full Actor dev loop via apify-cli (requires Docker) > Python sample actor: push -> build -> call(maxPages=2) -> call(maxPages=4), item count tracks input:
test/e2e/actor-dev-loop.test.ts#L82
AssertionError: expected 8 to be 2 // Object.is equality
- Expected
+ Received
- 2
+ 8
❯ test/e2e/actor-dev-loop.test.ts:82:35
|
|
Build, lint, unit + integration tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Actor dev-loop e2e (apify-cli + Docker)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|