Skip to content

Commit

Permalink
Aligned PR and master CI flows
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed May 19, 2020
1 parent 85cac5a commit b6ad6a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/scratch-org-sfdx-ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ jobs:
- name: 'Create scratch org'
run: 'sfdx force:org:create -f config/project-scratch-def.json -a scratch-org -s -d 1'

# Wait for package replication
- name: 'Wait for two min for Communities activation'
uses: maddox/actions/sleep@master
with:
args: 120

# Deploy source to scratch org
- name: 'Push source to scratch org'
run: 'sfdx force:source:push'
Expand Down

0 comments on commit b6ad6a7

Please sign in to comment.