@@ -123,7 +123,7 @@ jobs:
123
123
exit 1
124
124
125
125
- name : remove with-javascript-express
126
- run : rm -rf examples/with-javascript-express
126
+ run : rm -rf examples/with-javascript-express/*
127
127
128
128
- name : node with-plain-javascript
129
129
working-directory : examples/with-plain-javascript
@@ -191,7 +191,7 @@ jobs:
191
191
192
192
- name : remove with-plain-javascript
193
193
if : matrix.os != 'windows-latest' # kill command doesn not work on windows with bash, we can skip this step
194
- run : rm -rf examples/with-plain-javascript
194
+ run : rm -rf examples/with-plain-javascript/*
195
195
196
196
- name : node with-typescript-knex
197
197
working-directory : examples/with-typescript-knex
@@ -222,7 +222,7 @@ jobs:
222
222
exit 1
223
223
224
224
- name : remove with-typescript-knex
225
- run : rm -rf examples/with-typescript-knex
225
+ run : rm -rf examples/with-typescript-knex/*
226
226
227
227
- name : node with-typescript-nextjs
228
228
working-directory : examples/with-typescript-nextjs
@@ -276,7 +276,7 @@ jobs:
276
276
277
277
- name : remove with-typescript-nextjs
278
278
if : matrix.os != 'ubuntu-latest' # rm: cannot remove examples/with-typescript-nextjs: Directory not empty
279
- run : rm -rf examples/with-typescript-nextjs
279
+ run : rm -rf examples/with-typescript-nextjs/*
280
280
281
281
- name : node with-javascript-vite
282
282
if : matrix.os != 'LinuxARM64'
@@ -305,7 +305,7 @@ jobs:
305
305
PW_DISABLE_TS_ESM : true
306
306
307
307
- name : remove with-javascript-vite
308
- run : rm -rf examples/with-javascript-vite
308
+ run : rm -rf examples/with-javascript-vite/*
309
309
310
310
- name : node with-javascript-browser
311
311
if : matrix.os != 'LinuxARM64'
@@ -326,7 +326,7 @@ jobs:
326
326
command : cd examples/with-javascript-browser && deno --allow-all test.cjs
327
327
328
328
- name : remove with-javascript-browser
329
- run : rm -rf examples/with-javascript-browser
329
+ run : rm -rf examples/with-javascript-browser/*
330
330
331
331
rn-ios-test :
332
332
needs : code-test
0 commit comments