Skip to content

Commit 5cf2810

Browse files
committed
skip macos deno vite
1 parent 953085c commit 5cf2810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
VITE_DATABASE_URL: ${{ secrets.CHINOOK_DATABASE_URL }}
283283

284284
- name: deno with-javascript-vite
285-
if: matrix.os != 'windows-latest' #https://github.com/denoland/deno/issues/23524#issuecomment-2292075726
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
286286
working-directory: examples/with-javascript-vite/test
287287
run: deno add npm:@playwright/test && deno run --allow-all npm:playwright test
288288
env:

0 commit comments

Comments
 (0)