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 59624e4 commit d44b177Copy full SHA for d44b177
.github/workflows/create-org-and-deploy.yaml
@@ -62,8 +62,8 @@ jobs:
62
63
# Push code to org
64
65
- - name: Deploy to Org
66
- run: sfdx force:source:deploy --targetusername "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}"
+ - name: Deploy framework to Org
+ run: sfdx force:source:deploy -p framework --targetusername "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}"
67
68
# Run All Unit Tests
69
0 commit comments