Skip to content

Commit

Permalink
rclone basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
frostebite committed Aug 8, 2024
1 parent 47d1c5f commit ba925c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/cloud-runner/tests/cloud-runner-hooks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands: echo "test"`;
image: 'ubuntu',
cacheKey: `test-case-${uuidv4()}`,
};
CloudRunner.setup(await CreateParameters(overrides));
await CloudRunner.setup(await CreateParameters(overrides));
const stringObject = ContainerHookService.ParseContainerHooks(yamlString);
const stringObject2 = ContainerHookService.ParseContainerHooks(yamlString2);

Expand Down

0 comments on commit ba925c0

Please sign in to comment.