Skip to content

Commit abca4bb

Browse files
committed
chore(ci): run hydration tests in ci
1 parent d292d05 commit abca4bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/web-test-runner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
# region: us
5050

5151
- run: yarn test
52+
- run: yarn test:hydration
5253

5354
run-karma-tests:
5455
runs-on: ubuntu-22.04

packages/@lwc/integration-not-karma/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"version": "8.20.0",
55
"scripts": {
66
"start": "web-test-runner --manual",
7-
"test": "web-test-runner"
7+
"test": "web-test-runner",
8+
"test:hydration": "web-test-runner --config web-test-runner.hydration.mjs"
89
},
910
"devDependencies": {
1011
"@lwc/compiler": "8.20.0",

0 commit comments

Comments
 (0)