Skip to content

Commit

Permalink
#427 - deploys sample code and runs tests after the initial test run …
Browse files Browse the repository at this point in the history
…succeeds
  • Loading branch information
daveespo committed Oct 26, 2022
1 parent 3d6fc56 commit 332c50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.and.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: sfdx force:apex:test:run -w 5
#Intentionally install the Sample Code after the core AEP Commons test pass succeeds so that we don't deploy anything in Sample Code
#that could mask a test failure. A much more involved solution would've been to do a workflow_dispatch to the samplecode project.
- 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
- run: sfdx force:apex:test:run -w 5
- name: Destroy scratch org
run: sfdx force:org:delete -p
Expand Down

0 comments on commit 332c50e

Please sign in to comment.