From 6e29a715a612364c6c44f9dab57ba67fea8dec6f Mon Sep 17 00:00:00 2001 From: chimurai <655241+chimurai@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:38:48 +0000 Subject: [PATCH] ci(github-actions): add jest ci flag --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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