Skip to content

Commit fd2489b

Browse files
committed
deno install browsers
1 parent 100fdb5 commit fd2489b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 == 'ubuntu-latest' #windows: https://github.com/denoland/deno/issues/23524#issuecomment-2292075726 macos: https://github.com/sqlitecloud/sqlitecloud-js/issues/197
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
286286
working-directory: examples/with-javascript-vite
287-
run: deno add npm:@playwright/test && deno run --allow-all npm:playwright test
287+
run: deno add npm:@playwright/test && deno run --allow-all npm:playwright install && deno run --allow-all npm:playwright test
288288
env:
289289
VITE_DATABASE_URL: ${{ secrets.CHINOOK_DATABASE_URL }}
290290
PW_DISABLE_TS_ESM: true

0 commit comments

Comments
 (0)