From 00a66c6c72b575015b5887b9eb5504a503df06a3 Mon Sep 17 00:00:00 2001 From: RanadheerRG Date: Thu, 2 Nov 2023 12:27:11 -0700 Subject: [PATCH] Updating yaml --- .github/workflows/create-build.yml | 1 + force-app/main/default/classes/AdjudicationTest.cls | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/create-build.yml b/.github/workflows/create-build.yml index fe5f049a1..e45af53ef 100644 --- a/.github/workflows/create-build.yml +++ b/.github/workflows/create-build.yml @@ -24,6 +24,7 @@ jobs: tar xJf sf-linux-x64.tar.xz -C ~/sfdx --strip-components 1 echo "$HOME/sfdx/bin" >> $GITHUB_PATH ~/sfdx/bin/sf version + ~/sfdx/bin/sf plugins:install packaging@latest - name: Authenticate DevHub run: | diff --git a/force-app/main/default/classes/AdjudicationTest.cls b/force-app/main/default/classes/AdjudicationTest.cls index 6914e9b6b..af6f07113 100644 --- a/force-app/main/default/classes/AdjudicationTest.cls +++ b/force-app/main/default/classes/AdjudicationTest.cls @@ -21,5 +21,6 @@ public with sharing class AdjudicationTest { record.Adjudication_Status__c = 'Approved'; return record; + // } } \ No newline at end of file