From 90a3892196c7dcdefc2b8de6143604494ddf4cdb Mon Sep 17 00:00:00 2001 From: Matt Carvin <90224411+mcarvin8@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:05:29 -0400 Subject: [PATCH] test: one step for cli --- .github/workflows/nut.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nut.yml b/.github/workflows/nut.yml index 1a0c2c9..e30efef 100644 --- a/.github/workflows/nut.yml +++ b/.github/workflows/nut.yml @@ -27,13 +27,11 @@ jobs: cache: yarn registry-url: 'https://registry.npmjs.org' - - name: Install salesforce CLI - run: npm install -g @salesforce/cli --unsafe-perm - - name: Yarn install run: yarn - - name: Install plugin and Run NUT + - name: Install Salesforce CLI, plugin and Run NUT run: | + npm install -g @salesforce/cli --unsafe-perm echo y | sf plugins install apex-code-coverage-transformer@latest ${{ inputs.command }}