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 8718e72 commit 8c8a3e2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/testCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,17 @@ jobs:
repository: "microsoft/fluentui"

- name: Checkout [master]
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: repo2
sparse-checkout: |
tools/UnitTestApp
- name: Install packages repo2
run: yarn --cwd ./repo2/tools/UnitTestApp --verbose

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

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

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

0 comments on commit 8c8a3e2

Please sign in to comment.