Skip to content

Commit c6d3d82

Browse files
committed
minor tweak
1 parent ccff621 commit c6d3d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.and.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
with:
1616
ref: ${{github.event.pull_request.head.ref}}
1717
repository: ${{github.event.pull_request.head.repo.full_name}}
18-
- name: Install SFDX CLI and authorize DevHub
18+
- name: Install SF CLI and authorize DevHub
1919
uses: apex-enterprise-patterns/setup-sfdx@v2-beta-1 #We're using a fork of https://github.com/sfdx-actions/setup-sfdx for safety
2020
with:
2121
sf-auth-url: ${{ secrets.DEVHUB_SFDXURL }}
22-
- 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
22+
- run: sf config set target-dev-hub SF-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
2323
- run: sf org create scratch --definition-file config/project-scratch-def.json --set-default --duration-days 1 --no-track-source
2424
- run: sf project deploy start
2525
- run: sf apex run test --wait 5

0 commit comments

Comments
 (0)