File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -293,13 +293,14 @@ jobs:
293293 working-directory : examples/with-javascript-browser
294294 run : bun i && bun test.cjs
295295
296- - name : deno with-javascript-browser
297- if : matrix.os != 'windows-latest' && matrix.os != 'LinuxARM64' # https://github.com/denoland/deno/issues/23524#issuecomment-2292075726
298- uses : nick-fields/retry@v3 # doing this step with the retry action because sometimes in macos it gets stuck without failing
299- with :
300- timeout_seconds : 45
301- max_attempts : 5
302- command : cd examples/with-javascript-browser && deno --allow-all test.cjs
296+ # See issue https://github.com/sqlitecloud/sqlitecloud-js/issues/265
297+ # - name: deno with-javascript-browser
298+ # if: matrix.os != 'windows-latest' && matrix.os != 'LinuxARM64' #https://github.com/denoland/deno/issues/23524#issuecomment-2292075726
299+ # uses: nick-fields/retry@v3 #doing this step with the retry action because sometimes in macos it gets stuck without failing
300+ # with:
301+ # timeout_seconds: 45
302+ # max_attempts: 5
303+ # command: cd examples/with-javascript-browser && deno --allow-all test.cjs
303304
304305 - name : remove with-javascript-browser
305306 run : rm -rf examples/with-javascript-browser/*
You can’t perform that action at this time.
0 commit comments