Skip to content

Commit 87f8eba

Browse files
committed
Fixed e2e tests
1 parent acfed1c commit 87f8eba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/cli-v3/e2e/utils.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,12 @@ export async function executeTestCaseRun({
363363
ref: "main",
364364
name: "test",
365365
},
366+
machine: {
367+
name: "small-1x",
368+
cpu: 1,
369+
memory: 256,
370+
centsPerMs: 0.0000001,
371+
},
366372
},
367373
},
368374
messageId: "run_1234",

0 commit comments

Comments
 (0)