From 2a11fac2feaa0d9ab21f164f839f1c0dee042cf9 Mon Sep 17 00:00:00 2001 From: Ben Vollrath <116082598+Ben-Vollrath@users.noreply.github.com> Date: Mon, 3 Feb 2025 19:19:14 +0100 Subject: [PATCH] Add denoland setup step to testing.md (#320) --- docs/testing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/testing.md b/docs/testing.md index beae5f6..13f4210 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -45,6 +45,9 @@ jobs: - uses: supabase/setup-cli@v1 with: version: latest + - uses: denoland/setup-deno@v2 + with: + deno-version: latest - run: supabase start - run: deno test --allow-all deno-test.ts --env-file .env.local