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 c0cdb26 commit bba7e57
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/testCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,22 @@ jobs:
runs-on: ubuntu-latest
name: Test coverage
steps:
- name: Checkout [master]
uses: actions/checkout@v3

- name: Checkout [react-charting]
uses: actions/checkout@v4
with:
repository: "microsoft/fluentui"

- name: Checkout [master]
uses: actions/checkout@v4
with:
path: repo2

- name: Move src files
run: mv ./repo2/packages/react-charting ./tools/UnitTestApp

- name: Install packages
run: yarn --cwd ./tools/UnitTestApp --verbose
run: yarn --cwd ./repo2/tools/UnitTestApp --verbose

- name: Test Environment Setup action step
id: setup
uses: ./tools/UnitTestApp/TestSetup
uses: ./repo2/tools/UnitTestApp/TestSetup

- name: Run coverage report
run: yarn test --cwd ./tools/UnitTestApp/Sparkline
run: yarn test

0 comments on commit bba7e57

Please sign in to comment.