Skip to content

Commit 3c8b930

Browse files
Fix CI: run web-forms tests (d’oh!), don’t check dep build artifact types
1 parent 34420c7 commit 3c8b930

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,16 +206,16 @@ jobs:
206206
fail-on-cache-miss: true
207207

208208
- if: ${{ matrix.target == 'Node' }}
209-
run: 'yarn workspace @odk/xpath test:types'
209+
run: 'yarn workspace @odk/web-forms test:types'
210210

211211
- if: ${{ matrix.target == 'Node' }}
212-
run: 'yarn workspace @odk/xpath test-node:jsdom'
212+
run: 'yarn workspace @odk/web-forms test-node:jsdom'
213213

214214
- if: ${{ matrix.target == 'Web' }}
215215
run: 'yarn playwright install ${{ matrix.browser }} --with-deps'
216216

217217
- if: ${{ matrix.target == 'Web' }}
218-
run: 'yarn workspace @odk/xpath test-browser:${{ matrix.browser }}'
218+
run: 'yarn workspace @odk/web-forms test-browser:${{ matrix.browser }}'
219219

220220
test-odk-xpath:
221221
needs: ['install-and-build', 'changes']

packages/odk-web-forms/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"jsx": "preserve",
88
"jsxImportSource": "solid-js",
99
"lib": ["DOM", "DOM.Iterable", "ES2022"],
10+
"skipLibCheck": true,
1011
"outDir": "./dist",
1112
"paths": {
1213
"@solidjs/testing-library": ["./tools/@solidjs/testing-library/index.ts"]

0 commit comments

Comments
 (0)