File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -206,16 +206,16 @@ jobs:
206
206
fail-on-cache-miss : true
207
207
208
208
- if : ${{ matrix.target == 'Node' }}
209
- run : ' yarn workspace @odk/xpath test:types'
209
+ run : ' yarn workspace @odk/web-forms test:types'
210
210
211
211
- if : ${{ matrix.target == 'Node' }}
212
- run : ' yarn workspace @odk/xpath test-node:jsdom'
212
+ run : ' yarn workspace @odk/web-forms test-node:jsdom'
213
213
214
214
- if : ${{ matrix.target == 'Web' }}
215
215
run : ' yarn playwright install ${{ matrix.browser }} --with-deps'
216
216
217
217
- 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 }}'
219
219
220
220
test-odk-xpath :
221
221
needs : ['install-and-build', 'changes']
Original file line number Diff line number Diff line change 7
7
"jsx" : " preserve" ,
8
8
"jsxImportSource" : " solid-js" ,
9
9
"lib" : [" DOM" , " DOM.Iterable" , " ES2022" ],
10
+ "skipLibCheck" : true ,
10
11
"outDir" : " ./dist" ,
11
12
"paths" : {
12
13
"@solidjs/testing-library" : [" ./tools/@solidjs/testing-library/index.ts" ]
You can’t perform that action at this time.
0 commit comments