We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6fc56 commit 332c50eCopy full SHA for 332c50e
.github/workflows/deploy.and.test.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: sfdx force:apex:test:run -w 5
28
#Intentionally install the Sample Code after the core AEP Commons test pass succeeds so that we don't deploy anything in Sample Code
29
#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
+ - run: sfdx shane:github:src:install -c -g apex-enterprise-patterns -r fflib-apex-common-samplecode -p sfdx-source/apex-common-samplecode
31
32
- name: Destroy scratch org
33
run: sfdx force:org:delete -p
0 commit comments