We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953085c commit 5cf2810Copy full SHA for 5cf2810
.github/workflows/test.yml
@@ -282,7 +282,7 @@ jobs:
282
VITE_DATABASE_URL: ${{ secrets.CHINOOK_DATABASE_URL }}
283
284
- name: deno with-javascript-vite
285
- if: matrix.os != 'windows-latest' #https://github.com/denoland/deno/issues/23524#issuecomment-2292075726
+ if: matrix.os == 'ubuntu-latest' #windows: https://github.com/denoland/deno/issues/23524#issuecomment-2292075726 macos: https://github.com/sqlitecloud/sqlitecloud-js/issues/197
286
working-directory: examples/with-javascript-vite/test
287
run: deno add npm:@playwright/test && deno run --allow-all npm:playwright test
288
env:
0 commit comments