File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 # - name: Install required dependency frameworks
2929 # run: sf shane github src install --convert --githubuser apex-enterprise-patterns --repo fflib-apex-mocks --path sfdx-source/apex-mocks
3030 - name : Clone fflib-apex-mocks repo
31- run : mkdir temp && git clone git@ github.com: apex-enterprise-patterns/fflib-apex-mocks.git "temp/fflib-apex-mocks"
31+ run : mkdir temp && git clone https:// github.com/ apex-enterprise-patterns/fflib-apex-mocks.git "temp/fflib-apex-mocks"
3232 - name : Deploy and compile the fflib-apex-mocks codebase
3333 run : cd temp/fflib-apex-mocks && sf project deploy start --ignore-conflicts && cd ../..
3434 - name : Deploy and compile the codebase
3939 # that could mask a test failure. A much more involved solution would've been to do a workflow_dispatch to the samplecode project.
4040 - name : Install sample code project to verify with
4141 # run: sf shane github src install --convert --githubuser apex-enterprise-patterns --repo fflib-apex-common-samplecode --path sfdx-source/apex-common-samplecode
42- run : git clone git@ github.com: apex-enterprise-patterns/fflib-apex-mocks .git "temp/fflib-apex-common-samplecode" && cd temp/fflib-apex-common-samplecode && sf project deploy start --ignore-conflicts && cd ../..
42+ run : git clone https:// github.com/ apex-enterprise-patterns/fflib-apex-common-samplecode .git "temp/fflib-apex-common-samplecode" && cd temp/fflib-apex-common-samplecode && sf project deploy start --ignore-conflicts && cd ../..
4343 - name : Run the core framework tests and the sample code project tests
4444 run : sf apex run test --wait 5
4545 - name : Destroy scratch org
You can’t perform that action at this time.
0 commit comments