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 ae2af53 commit 3dd452eCopy full SHA for 3dd452e
.github/workflows/ci.yml
@@ -79,6 +79,7 @@ jobs:
79
supabase start
80
81
- name: Run Node.js tests
82
+ if: ${{ matrix.deno == '2.x' }}
83
run: |
84
npm clean-install
85
npm run test:integration || npm run test:integration
0 commit comments