Skip to content

Commit 1c217d6

Browse files
committed
#260 - order of operations :-/
1 parent 965cb21 commit 1c217d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
sfdx-auth-url: ${{ secrets.DEVHUB_SFDXURL }}
2020
- run: sfdx force:config:set defaultdevhubusername=SFDX-ENV -g #Even though the setup-sfdx action uses --setdefaultdevhubusername, it doesn't seem to stick since it uses --setdefaultusername so we brute force it here
2121
- run: echo y | sfdx plugins:install shane-sfdx-plugins
22-
- run: sfdx shane:github:src:install -c -g apex-enterprise-patterns -r fflib-apex-mocks -p sfdx-source/apex-mocks
2322
- run: sfdx force:org:create -f config/project-scratch-def.json --setdefaultusername -d 1
23+
- run: sfdx shane:github:src:install -c -g apex-enterprise-patterns -r fflib-apex-mocks -p sfdx-source/apex-mocks
2424
- run: sfdx force:source:push
2525
- run: sfdx force:apex:test:run -w 5
2626
- name: Destroy scratch org

0 commit comments

Comments
 (0)