Skip to content

Commit f63f42a

Browse files
committed
ci: temporarily disable webpack sample tests
See #9602 Signed-off-by: Francisco Buceta <frbuceta@gmail.com>
1 parent 2b56f4b commit f63f42a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run extension tests
4646
run: node packages/build/bin/run-nyc node packages/build/bin/run-mocha --lang en_US.UTF-8 --reporter spec "extensions/*/dist/__tests__/**/*.js"
4747
- name: Run example tests
48-
run: node packages/build/bin/run-nyc node packages/build/bin/run-mocha --lang en_US.UTF-8 --reporter spec "examples/*/dist/__tests__/**/*.js"
48+
run: node packages/build/bin/run-nyc node packages/build/bin/run-mocha --lang en_US.UTF-8 --reporter spec "examples/*/dist/__tests__/**/*.js" --exclude "examples/webpack/**"
4949
- name: Generate coverage report
5050
run: node packages/build/bin/run-nyc report --reporter=lcov
5151
- name: Publish coverage report to Coveralls

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"build:site": "./bin/build-docs-site.sh",
4747
"docs:prepare": "./docs/bin/build-preview-site.sh",
4848
"docs:start": "cd docs/_preview && bundle exec jekyll serve --no-w --i",
49-
"mocha": "node packages/build/bin/run-mocha --lang en_US.UTF-8 \"{packages,extensions,examples}/*/dist/__tests__/**/*.js\" \"packages/{build,cli}/test/**/*.js\"",
49+
"mocha": "node packages/build/bin/run-mocha --lang en_US.UTF-8 \"{packages,extensions,examples}/*/dist/__tests__/**/*.js\" \"packages/{build}/test/**/*.js\" --exclude \"examples/webpack/**\"",
5050
"posttest": "npm run lint"
5151
},
5252
"config": {

0 commit comments

Comments
 (0)