From 3009732651a1128ec135ecd70f76009ddadb72c0 Mon Sep 17 00:00:00 2001 From: Aaron Chong Date: Thu, 28 Dec 2023 09:08:28 +0000 Subject: [PATCH] run retrying command only wihtint react-components Signed-off-by: Aaron Chong --- .github/workflows/react-components.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/react-components.yml b/.github/workflows/react-components.yml index 387fce76c..b66e5c20d 100644 --- a/.github/workflows/react-components.yml +++ b/.github/workflows/react-components.yml @@ -37,7 +37,9 @@ jobs: with: timeout_minutes: 20 max_attempts: 3 - command: pnpm run test:coverage + command: | + cd packages/react-components + pnpm run test:coverage - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: