Skip to content

Commit 35b33b7

Browse files
committed
switch to HTTPS access of apex mocks and apex common samplecode based on access issue seen during testing.
1 parent 4f8bc7c commit 35b33b7

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
@@ -28,7 +28,7 @@ jobs:
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
@@ -39,7 +39,7 @@ jobs:
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

0 commit comments

Comments
 (0)