Skip to content

Commit 24a9383

Browse files
committed
Ignore ancestore in packaging test
1 parent f8aac85 commit 24a9383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
# Create scratch org
7272
- name: Create scratch org
73-
run: sfdx force:org:create -f config/project-scratch-def.json -a scratch-org -s -d 1
73+
run: sfdx force:org:create -f config/project-scratch-def.json -a scratch-org -s -c -d 1
7474

7575
# Install new package in scratch org
7676
- name: Install new package version in scratch org

0 commit comments

Comments
 (0)