You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy.and.test.yml
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -20,22 +20,21 @@ jobs:
20
20
uses: apex-enterprise-patterns/setup-sfdx@v2 #We're using a fork of https://github.com/sfdx-actions/setup-sfdx for safety
21
21
with:
22
22
sfdx-auth-url: ${{ secrets.DEVHUB_SFDXURL }}
23
-
# Install the required plugins
24
-
-run: echo y | sf plugins install shane-sfdx-plugins
25
-
# Setup the config parameters needed
26
-
-run: sf config set target-dev-hub SFDX-ENV --global #Even though the setup-sfdx action uses --setdefaultdevhubusername, it doesn't seem to stick since it uses --setdefaultusername so we brute force it here
run: echo y | sf plugins install shane-sfdx-plugins
25
+
- name:Setup the config parameters needed
26
+
run: sf config set target-dev-hub SFDX-ENV --global #Even though the setup-sfdx action uses --setdefaultdevhubusername, it doesn't seem to stick since it uses --setdefaultusername so we brute force it here
0 commit comments