diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfa4144f..98e5b076 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: run: yarn install --frozen-lockfile --ignore-scripts - name: yarn test - run: yarn test --reporters="default" --reporters="github-actions" + run: yarn test --ci --reporters="default" --reporters="github-actions" env: CI: true