File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -282,9 +282,9 @@ jobs:
282282 VITE_DATABASE_URL : ${{ secrets.CHINOOK_DATABASE_URL }}
283283
284284 - name : deno with-javascript-vite
285- if : matrix.os != 'windows-latest' # windows: https://github.com/denoland/deno/issues/23524#issuecomment-2292075726 linux-ubuntu: https://github.com/sqlitecloud/sqlitecloud-js/issues/197
285+ if : false # matrix.os != 'windows-latest' windows: https://github.com/denoland/deno/issues/23524#issuecomment-2292075726 linux-ubuntu: https://github.com/sqlitecloud/sqlitecloud-js/issues/197
286286 working-directory : examples/with-javascript-vite
287- run : deno add npm:@playwright/test && deno run --allow-all npm:playwright install && deno run --allow-all npm:playwright test
287+ run : deno add npm:@playwright/test && deno run --allow-all npm:playwright test
288288 env :
289289 VITE_DATABASE_URL : ${{ secrets.CHINOOK_DATABASE_URL }}
290290 PW_DISABLE_TS_ESM : true
You can’t perform that action at this time.
0 commit comments