Skip to content

Commit

Permalink
chore: fix docker exec test
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jul 4, 2023
1 parent e4dead2 commit d059ad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/exec/docker/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ describe('util/exec/docker/index', () => {
GlobalConfig.set({
dockerUser: 'some-user',
dockerCliOptions: '--memory=4g --cpus=".5"',
dockerSidecarImage: 'ghcr.io/containerbase/sidecar',
});
const res = await generateDockerCommand(commands, preCommands, {
...dockerOptions,
Expand Down

0 comments on commit d059ad1

Please sign in to comment.