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 5cf2810 commit 100fdb5Copy full SHA for 100fdb5
.github/workflows/test.yml
@@ -283,7 +283,7 @@ jobs:
283
284
- 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
286
- working-directory: examples/with-javascript-vite/test
+ working-directory: examples/with-javascript-vite
287
run: deno add npm:@playwright/test && deno run --allow-all npm:playwright test
288
env:
289
VITE_DATABASE_URL: ${{ secrets.CHINOOK_DATABASE_URL }}
0 commit comments