Skip to content

Commit 9bf15fa

Browse files
committed
yet another minor tweak
1 parent 01ff78e commit 9bf15fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.and.test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
# - run: sf shane github src install --convert --githubuser apex-enterprise-patterns --repo at4dx-samplecode --path sfdx-source/reference-implementation-sales
5555
# - run: sf shane github src install --convert --githubuser apex-enterprise-patterns --repo at4dx-samplecode --path sfdx-source/reference-implementation-service
5656
- 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
6262
- run: cd ../..
6363
# Run the core framework tests and the sample code project tests
6464
- name: Run the core framework tests and the sample code project tests

0 commit comments

Comments
 (0)