From 6e199326ed960b9278c657ee7c1d88a12780c56d Mon Sep 17 00:00:00 2001 From: James Estevez Date: Wed, 25 Oct 2023 15:13:24 -0700 Subject: [PATCH] Switch to the sf CLI in unit tests --- .github/workflows/feature_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature_test.yml b/.github/workflows/feature_test.yml index 03a532a911..3758e4ea6b 100644 --- a/.github/workflows/feature_test.yml +++ b/.github/workflows/feature_test.yml @@ -71,7 +71,7 @@ jobs: - name: Install sfdx run: | mkdir sfdx - wget -qO- https://developer.salesforce.com/media/salesforce-cli/sfdx/channels/stable/sfdx-linux-x64.tar.xz | tar xJ -C sfdx --strip-components 1 + wget -qO- https://developer.salesforce.com/media/salesforce-cli/sf/channels/stable/sf-linux-x64.tar.xz | tar xJ -C sfdx --strip-components 1 echo $(realpath sfdx/bin) >> $GITHUB_PATH - name: Authenticate Dev Hub run: |