Skip to content

Commit 0a67d88

Browse files
authored
chore: disable browser test temporarily (#1463)
1 parent 6f56092 commit 0a67d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
if: ${{ matrix.deno == '2.x' }}
8888
run: |
8989
npm run test:integration || npm run test:integration
90-
npm run test:integration:browser
90+
# npm run test:integration:browser
9191
9292
- name: Run Deno tests
9393
run: |

0 commit comments

Comments
 (0)