Skip to content

Commit 1bca518

Browse files
committed
disable browser test
1 parent 3f05280 commit 1bca518

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
npm install
7272
npm test || npm test
7373
74-
- name: Run integration and browser tests on Deno 2.x only
75-
if: ${{ matrix.deno == '2.x' }}
76-
run: |
77-
npm run test:integration:browser
74+
# - name: Run integration and browser tests on Deno 2.x only
75+
# if: ${{ matrix.deno == '2.x' }}
76+
# run: |
77+
# npm run test:integration:browser
7878

7979
- name: Stop Supabase
8080
run: supabase stop

0 commit comments

Comments
 (0)