Skip to content

Commit 965cb21

Browse files
committed
#260 - explicitly setting the source folder since it defaults to 'src'
1 parent d4db8de commit 965cb21

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,7 +19,7 @@ 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 -g apex-enterprise-patterns -r fflib-apex-mocks
22+
- run: sfdx shane:github:src:install -c -g apex-enterprise-patterns -r fflib-apex-mocks -p sfdx-source/apex-mocks
2323
- run: sfdx force:org:create -f config/project-scratch-def.json --setdefaultusername -d 1
2424
- run: sfdx force:source:push
2525
- run: sfdx force:apex:test:run -w 5

0 commit comments

Comments
 (0)