32
32
- name : Lint
33
33
run : pnpm run lint
34
34
35
- typecheck :
36
- runs-on : ubuntu-latest
37
- steps :
38
- - uses : actions/checkout@v4
39
-
40
- - uses : ./.github/actions/setup-and-cache
41
-
42
- - name : Install
43
- run : pnpm i
44
-
45
- - name : Build
46
- run : pnpm run build
47
-
48
- - name : Typecheck
49
- run : pnpm run typecheck
50
-
51
35
test :
52
36
runs-on : ${{ matrix.os }}
53
37
85
69
- name : Test
86
70
run : pnpm run test:ci
87
71
88
- - name : Test No Threads
89
- run : pnpm run test:ci:no-threads
90
-
91
- - name : Test Vm Threads
92
- run : pnpm run test:ci:vm-threads
72
+ - name : Test Examples
73
+ run : pnpm run test:examples
93
74
94
75
test-ui :
95
76
runs-on : ubuntu-latest
@@ -147,8 +128,6 @@ jobs:
147
128
148
129
timeout-minutes : 30
149
130
150
- env :
151
- BROWSER : ${{ matrix.browser[0] }}
152
131
steps :
153
132
- uses : actions/checkout@v4
154
133
@@ -170,6 +149,8 @@ jobs:
170
149
171
150
- name : Test Browser (webdriverio)
172
151
run : pnpm run test:browser:webdriverio
152
+ env :
153
+ BROWSER : ${{ matrix.browser[0] }}
173
154
174
155
- name : Test Browser (playwright)
175
156
run : pnpm run test:browser:playwright
@@ -185,8 +166,6 @@ jobs:
185
166
186
167
timeout-minutes : 30
187
168
188
- env :
189
- BROWSER : ${{ matrix.browser[0] }}
190
169
steps :
191
170
- uses : actions/checkout@v4
192
171
@@ -208,6 +187,8 @@ jobs:
208
187
209
188
- name : Test Browser (webdriverio)
210
189
run : pnpm run test:browser:webdriverio
190
+ env :
191
+ BROWSER : ${{ matrix.browser[0] }}
211
192
212
193
- name : Test Browser (playwright)
213
194
run : pnpm run test:browser:playwright
0 commit comments