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 3f05280 commit 1bca518Copy full SHA for 1bca518
.github/workflows/ci.yml
@@ -71,10 +71,10 @@ jobs:
71
npm install
72
npm test || npm test
73
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
+ # - name: Run integration and browser tests on Deno 2.x only
+ # if: ${{ matrix.deno == '2.x' }}
+ # run: |
+ # npm run test:integration:browser
78
79
- name: Stop Supabase
80
run: supabase stop
0 commit comments