Skip to content

Commit fe41a1d

Browse files
committed
chore: fix
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 64218e2 commit fe41a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build
4848
run: node packages/build/bin/compile-package -b
4949
- name: Run package tests
50-
run: node packages/build/bin/run-nyc node packages/build/bin/run-mocha --lang en_US.UTF-8 --reporter spec "packages/*/dist/__tests__/**/*.js" "packages/build/test/**/*.js"
50+
run: node packages/build/bin/run-nyc node packages/build/bin/run-mocha --lang en_US.UTF-8 --reporter spec "packages/*/dist/__tests__/**/*.js" "packages/build/test/**/*.js" "packages/cli/test/**/*.js"
5151
- name: Run extension tests
5252
run: node packages/build/bin/run-nyc node packages/build/bin/run-mocha --lang en_US.UTF-8 --reporter spec "extensions/*/dist/__tests__/**/*.js"
5353
- name: Run example tests

0 commit comments

Comments
 (0)