Skip to content

Commit

Permalink
Update testCoverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srmukher authored Nov 27, 2023
1 parent 2ec6124 commit 49524e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
uses: actions/checkout@v3
with:
repository: "microsoft/fluentui"
path: "packages/react-charting"

- name: Run coverage report
working-directory: microsoft/fluentui/packages/react-charting
run: yarn jest --coverage --collectCoverageFrom='./src/*'
working-directory: microsoft/fluentui
run: echo "$(<./packages/react-charting/src/index.ts)"
# run: yarn jest --coverage --collectCoverageFrom='./src/*'

0 comments on commit 49524e3

Please sign in to comment.