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 f9c8a3a commit 953085cCopy full SHA for 953085c
.github/workflows/test.yml
@@ -283,7 +283,7 @@ jobs:
283
284
- name: deno with-javascript-vite
285
if: matrix.os != 'windows-latest' #https://github.com/denoland/deno/issues/23524#issuecomment-2292075726
286
- working-directory: examples/with-javascript-vite
+ working-directory: examples/with-javascript-vite/test
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