Skip to content

Commit ec9a16d

Browse files
committed
hook the consume-types test into CI
1 parent e91c32e commit ec9a16d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
run: npm run test:unit -- --ci --runInBand
5050
- name: Integration Tests
5151
run: npm run test:integration -- --ci --runInBand
52+
- name: Consumption Tests
53+
run: npm run test:consume-types
5254

5355
test-playwright:
5456
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"test:unit": "npm run test:jest -- --selectProjects unit",
124124
"test:update:snapshot": "npm run test:jest -- --updateSnapshot",
125125
"test:consume-types": "cd test/consume-types && npm clean-install --install-links && npm run typecheck",
126-
"test": "run-s test:jest test:e2e",
126+
"test": "run-s test:jest test:e2e test:consume-types",
127127
"typecheck": "tsc --noEmit",
128128
"typecheck:watch": "tsc --noEmit --watch",
129129
"watch:css": "run-p 'build:css -- --watch' 'build:css:min -- --watch'",

0 commit comments

Comments
 (0)