diff --git a/.github/workflows/testCoverage.yml b/.github/workflows/testCoverage.yml index 4dbb7decc0..8e6016e341 100644 --- a/.github/workflows/testCoverage.yml +++ b/.github/workflows/testCoverage.yml @@ -10,10 +10,7 @@ jobs: - name: Checkout [master] uses: actions/checkout@v3 with: - path: repo1 - - - name: Install packages - run: yarn --cwd ./tools/UnitTestApp --verbose + path: repo1 - name: Checkout [react-charting] uses: actions/checkout@v4