Skip to content

Commit

Permalink
switch to HTTPS access of apex mocks and apex common samplecode based…
Browse files Browse the repository at this point in the history
… on access issue seen during testing.
  • Loading branch information
ImJohnMDaniel committed Nov 29, 2024
1 parent 4f8bc7c commit 35b33b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.and.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# - name: Install required dependency frameworks
# run: sf shane github src install --convert --githubuser apex-enterprise-patterns --repo fflib-apex-mocks --path sfdx-source/apex-mocks
- name: Clone fflib-apex-mocks repo
run: mkdir temp && git clone git@github.com:apex-enterprise-patterns/fflib-apex-mocks.git "temp/fflib-apex-mocks"
run: mkdir temp && git clone https://github.com/apex-enterprise-patterns/fflib-apex-mocks.git "temp/fflib-apex-mocks"
- name: Deploy and compile the fflib-apex-mocks codebase
run: cd temp/fflib-apex-mocks && sf project deploy start --ignore-conflicts && cd ../..
- name: Deploy and compile the codebase
Expand All @@ -39,7 +39,7 @@ jobs:
# that could mask a test failure. A much more involved solution would've been to do a workflow_dispatch to the samplecode project.
- name: Install sample code project to verify with
# run: sf shane github src install --convert --githubuser apex-enterprise-patterns --repo fflib-apex-common-samplecode --path sfdx-source/apex-common-samplecode
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 ../..
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 ../..
- name: Run the core framework tests and the sample code project tests
run: sf apex run test --wait 5
- name: Destroy scratch org
Expand Down

0 comments on commit 35b33b7

Please sign in to comment.