Skip to content

Commit 332c50e

Browse files
committed
#427 - deploys sample code and runs tests after the initial test run succeeds
1 parent 3d6fc56 commit 332c50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: sfdx force:apex:test:run -w 5
2828
#Intentionally install the Sample Code after the core AEP Commons test pass succeeds so that we don't deploy anything in Sample Code
2929
#that could mask a test failure. A much more involved solution would've been to do a workflow_dispatch to the samplecode project.
30-
- run: sfdx shane:github:src:install -c -g apex-enterprise-patterns -r fflib-apex-samplecode -p sfdx-source/apex-common-samplecode
30+
- run: sfdx shane:github:src:install -c -g apex-enterprise-patterns -r fflib-apex-common-samplecode -p sfdx-source/apex-common-samplecode
3131
- run: sfdx force:apex:test:run -w 5
3232
- name: Destroy scratch org
3333
run: sfdx force:org:delete -p

0 commit comments

Comments
 (0)