From a7bccfd0ff3b56df9e4405652f782bdaf88eead0 Mon Sep 17 00:00:00 2001 From: Matt Carvin <90224411+mcarvin8@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:31:11 -0400 Subject: [PATCH] test: yarn install --- .github/workflows/nut.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nut.yml b/.github/workflows/nut.yml index 495f467..821d343 100644 --- a/.github/workflows/nut.yml +++ b/.github/workflows/nut.yml @@ -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