Skip to content

Commit e00510a

Browse files
Move from deploy to push
1 parent 573efa3 commit e00510a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DeployAndRunUnitTests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Push code to org
6464

6565
- name: Deploy FFLIB to Org
66-
run: sfdx force:source:deploy -p sfdx-source --targetusername "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}"
66+
run: sfdx force:source:push -u "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}"
6767

6868
# Run Apex Unit Tests
6969

0 commit comments

Comments
 (0)