Skip to content

Commit 507a52d

Browse files
committed
another tweak
1 parent 9bf15fa commit 507a52d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ 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/at4dx-samplecode" && cd temp/at4dx-samplecode
57+
run: git clone https://github.com/apex-enterprise-patterns/at4dx-samplecode.git "temp/at4dx-samplecode"
58+
- run: cd temp/at4dx-samplecode
5859
- run: sf project deploy start --ignore-conflicts --target-org at4dx-ci-check --source-dir sfdx-source/reference-implementation-common
5960
- run: sf project deploy start --ignore-conflicts --target-org at4dx-ci-check --source-dir sfdx-source/reference-implementation-marketing
6061
- run: sf project deploy start --ignore-conflicts --target-org at4dx-ci-check --source-dir sfdx-source/reference-implementation-sales

0 commit comments

Comments
 (0)