Skip to content

Commit

Permalink
run retrying command only wihtint react-components
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth committed Dec 28, 2023
1 parent f6b3c23 commit 3009732
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/react-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3009732

Please sign in to comment.