mirror of
https://github.com/supabase/setup-cli.git
synced 2025-12-08 08:06:29 +00:00
Add denoland setup step to testing.md (#320)
This commit is contained in:
@@ -45,6 +45,9 @@ jobs:
|
|||||||
- uses: supabase/setup-cli@v1
|
- uses: supabase/setup-cli@v1
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
- uses: denoland/setup-deno@v2
|
||||||
|
with:
|
||||||
|
deno-version: latest
|
||||||
- run: supabase start
|
- run: supabase start
|
||||||
- run: deno test --allow-all deno-test.ts --env-file .env.local
|
- run: deno test --allow-all deno-test.ts --env-file .env.local
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user