Skip to content

Commit

Permalink
test: yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 authored Oct 9, 2024
1 parent cd8eb00 commit a7bccfd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
cache: yarn
registry-url: 'https://registry.npmjs.org'

- name: Yarn build
- name: Install Dependencies
run: yarn install

- name: Build
run: yarn build

- name: Install Salesforce CLI, link plugin and Run NUT
Expand Down

0 comments on commit a7bccfd

Please sign in to comment.