Skip to content

Commit

Permalink
test: one step for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 authored Oct 8, 2024
1 parent d549d8f commit 90a3892
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 90a3892

Please sign in to comment.