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