diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04639c09..b0c76583 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,10 +10,10 @@ jobs: # Since the Windows unit tests take much longer, we run the linux unit tests first and then run the windows unit tests in parallel with NUTs linux-unit-tests: needs: yarn-lockfile-check - uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main + uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@ew/all-the-nodes windows-unit-tests: needs: linux-unit-tests - uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main + uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@ew/all-the-nodes nuts: needs: linux-unit-tests uses: salesforcecli/github-workflows/.github/workflows/nut.yml@main diff --git a/README.md b/README.md index 34d295e9..361e9a69 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # plugin-info +2 + [![NPM](https://img.shields.io/npm/v/@salesforce/plugin-info.svg?label=@salesforce/plugin-info)](https://www.npmjs.com/package/@salesforce/plugin-info) [![Downloads/week](https://img.shields.io/npm/dw/@salesforce/plugin-info.svg)](https://npmjs.org/package/@salesforce/plugin-info) [![License](https://img.shields.io/badge/License-BSD%203--Clause-brightgreen.svg)](https://raw.githubusercontent.com/salesforcecli/plugin-info/main/LICENSE.txt) ## Learn about the plugin-info diff --git a/test/commands/doctor.test.ts b/test/commands/doctor.test.ts index 475942c3..aa4ca6e3 100644 --- a/test/commands/doctor.test.ts +++ b/test/commands/doctor.test.ts @@ -67,7 +67,7 @@ const getVersionDetailResult = (config: Interfaces.Config): Record { +xdescribe('Doctor Command', () => { const sandbox = Sinon.createSandbox(); let uxLogStub: sinon.SinonStub;