File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ jobs:
54
54
# - run: sf shane github src install --convert --githubuser apex-enterprise-patterns --repo at4dx-samplecode --path sfdx-source/reference-implementation-sales
55
55
# - run: sf shane github src install --convert --githubuser apex-enterprise-patterns --repo at4dx-samplecode --path sfdx-source/reference-implementation-service
56
56
- name : Install sample code project to verify with
57
- run : git clone https://github.com/apex-enterprise-patterns/at4dx-samplecode.git "temp/fflib-apex-common- samplecode" && cd temp/fflib-apex-common -samplecode
58
- - run : sf project deploy start --ignore-conflicts --source-dir sfdx-source/reference-implementation-common --target-org at4dx-ci-check
59
- - run : sf project deploy start --ignore-conflicts --source-dir sfdx-source/reference-implementation-marketing --target-org at4dx-ci-check
60
- - run : sf project deploy start --ignore-conflicts --source-dir sfdx-source/reference-implementation-sales --target-org at4dx-ci-check
61
- - run : sf project deploy start --ignore-conflicts --source-dir sfdx-source/reference-implementation-service --target-org at4dx-ci-check
57
+ run : git clone https://github.com/apex-enterprise-patterns/at4dx-samplecode.git "temp/at4dx- samplecode" && cd temp/at4dx -samplecode
58
+ - run : sf project deploy start --ignore-conflicts --target-org at4dx-ci-check -- source-dir sfdx-source/reference-implementation-common
59
+ - run : sf project deploy start --ignore-conflicts --target-org at4dx-ci-check -- source-dir sfdx-source/reference-implementation-marketing
60
+ - run : sf project deploy start --ignore-conflicts --target-org at4dx-ci-check -- source-dir sfdx-source/reference-implementation-sales
61
+ - run : sf project deploy start --ignore-conflicts --target-org at4dx-ci-check -- source-dir sfdx-source/reference-implementation-service
62
62
- run : cd ../..
63
63
# Run the core framework tests and the sample code project tests
64
64
- name : Run the core framework tests and the sample code project tests
You can’t perform that action at this time.
0 commit comments