Skip to content

Commit

Permalink
adding wait parameter
Browse files Browse the repository at this point in the history
NataliaNikishina committed Dec 7, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent b4f80b9 commit f97f387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-checks.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
sf auth:sfdxurl:store --sfdx-url-file sfdxurl.txt --alias devhub --set-default-dev-hub
# sfdx auth:sfdxurl:store --sfdxurlfile sfdxurl.txt --setalias devhub --setdefaultdevhubusername
- name: Define CI org
run: sf org create scratch -v devhub --set-default -f config/project-scratch-def.json -a ciorg
run: sf org create scratch -v devhub --set-default -f config/project-scratch-def.json -a ciorg -w 15
# sfdx force:org:create -v devhub -s -f config/project-scratch-def.json -a ciorg -d 1

- name: Set deployment user standard security

0 comments on commit f97f387

Please sign in to comment.