mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
remove silent setting from docker test
This commit is contained in:
@@ -17,7 +17,7 @@ describe('Docker', () => {
|
||||
version: image.version,
|
||||
};
|
||||
|
||||
const tag = await Docker.build({ path, dockerfile, baseImage }, true);
|
||||
const tag = await Docker.build({ path, dockerfile, baseImage }, false);
|
||||
|
||||
expect(tag).toBeInstanceOf(ImageTag);
|
||||
expect(tag.toString()).toStrictEqual('unity-action:3-base-0');
|
||||
|
||||
Reference in New Issue
Block a user