Skip to content

Commit a87aa67

Browse files
committed
reducing test job scope to src/core
1 parent 5b7173e commit a87aa67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,12 @@ jobs:
158158
--wait 10
159159
- name: Run Tests
160160
run: |
161+
# Note: Tests for plugins packages aren't supported at this time:
161162
sf project deploy start \
162163
--coverage-formatters json-summary \
163164
--dry-run \
164165
--ignore-conflicts \
165-
--source-dir src \
166+
--source-dir src/core \
166167
--test-level RunLocalTests \
167168
--verbose \
168169
--wait 30

0 commit comments

Comments
 (0)