We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7173e commit a87aa67Copy full SHA for a87aa67
.github/workflows/ci.yml
@@ -158,11 +158,12 @@ jobs:
158
--wait 10
159
- name: Run Tests
160
run: |
161
+ # Note: Tests for plugins packages aren't supported at this time:
162
sf project deploy start \
163
--coverage-formatters json-summary \
164
--dry-run \
165
--ignore-conflicts \
- --source-dir src \
166
+ --source-dir src/core \
167
--test-level RunLocalTests \
168
--verbose \
169
--wait 30
0 commit comments