We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bcfe3 commit 74436cbCopy full SHA for 74436cb
1 file changed
.github/workflows/continuous-integration.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Build
48
run: node packages/build/bin/compile-package -b
49
- 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" "packages/cli/test/**/*.js"
+ 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"
51
- name: Run extension tests
52
run: node packages/build/bin/run-nyc node packages/build/bin/run-mocha --lang en_US.UTF-8 --reporter spec "extensions/*/dist/__tests__/**/*.js"
53
- name: Run example tests
0 commit comments