mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-27 01:26:07 -05:00
fix(sparo-output-test): force color text in CI
This commit is contained in:
parent
e494e3cf3a
commit
f6c479aea7
1 changed files with 2 additions and 2 deletions
|
@ -65,9 +65,9 @@ export async function runAsync(runScriptOptions: IRunScriptOptions): Promise<voi
|
|||
const { name, args } = scenario;
|
||||
const result: SpawnSyncReturns<string> = Executable.spawnSync(binPath, args, {
|
||||
environment: {
|
||||
...process.env
|
||||
...process.env,
|
||||
// Always use color for the output
|
||||
// FORCE_COLOR: 'true'
|
||||
FORCE_COLOR: 'true'
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue