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 28, 2023
1 parent bd38d35 commit 26aebde
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/testCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ jobs:
test_env_setup_job:
runs-on: ubuntu-latest
name: Test coverage
steps:
steps:
- name: Checkout [master]
uses: actions/checkout@v4

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

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

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

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

- name: Test Environment Setup action step
id: setup
Expand Down

0 comments on commit 26aebde

Please sign in to comment.