Skip to content

Commit

Permalink
Test cli command for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Feb 1, 2024
1 parent ea7ad0e commit 97f5ddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/test/utils/simulation/runner/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import {EventEmitter} from "node:events";
import path from "node:path";
import {IRunner, Job, JobOptions, RunnerEvent, RunnerType} from "../interfaces.js";
import {ChildProcessRunner} from "./ChildProcessRunner.js";
import {DockerRunner} from "./DockerRunnerWithApi.js";
// import {DockerRunner} from "./DockerRunnerWithApi.js";
import {DockerRunner} from "./DockerRunner.js";

export class Runner implements IRunner {
private emitter = new EventEmitter({captureRejections: true});
Expand Down

0 comments on commit 97f5ddb

Please sign in to comment.