Skip to content

Commit 6fed881

Browse files
[FSSDK-10437] package manager & pre-requisite addition
1 parent 35b14a8 commit 6fed881

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/react.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ jobs:
2828
coverage:
2929
name: Jest Coverage Report
3030
runs-on: ubuntu-latest
31+
needs: [ unitTests ]
3132
steps:
3233
- uses: actions/checkout@v3
3334
- uses: ArtiomTr/jest-coverage-report-action@v2
3435
with:
3536
custom-title: 'Jest Coverage Report'
37+
package-manager: 'yarn'
3638

3739
integration_tests:
3840
name: Run integration tests

0 commit comments

Comments
 (0)