diff --git a/.github/workflows/test-contracts.yml b/.github/workflows/test-contracts.yml index 33253d2c1..fe65cb76d 100644 --- a/.github/workflows/test-contracts.yml +++ b/.github/workflows/test-contracts.yml @@ -22,6 +22,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 + env: + FORCE_COLOR: 0 with: node-version: 16.16.0 cache: 'yarn' @@ -42,6 +44,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 + env: + FORCE_COLOR: 0 with: node-version: 16.16.0 cache: 'yarn'