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 1c217d6 commit 1e17920Copy full SHA for 1e17920
.github/workflows/deploy.and.test.yml
@@ -24,6 +24,6 @@ jobs:
24
- run: sfdx force:source:push
25
- run: sfdx force:apex:test:run -w 5
26
- name: Destroy scratch org
27
- #Need to read more about a post action -- experimental new feature https://github.community/t5/GitHub-Actions/About-post-in-an-Action/td-p/41973
28
- #so that the scratch org gets deleted even if the source push or test run fails so we don't have a pileup of dysfunctional orgs
29
run: sfdx force:org:delete -p
+ if: always()
+
0 commit comments