From 562d4d41dd98886001bf702ac4efd07e8206bb19 Mon Sep 17 00:00:00 2001 From: Han Qiao Date: Thu, 6 Jun 2024 16:13:13 +0800 Subject: [PATCH] chore: update commands used in automated testing docs --- docs/testing.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/testing.md b/docs/testing.md index a00385e..beae5f6 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3 - uses: supabase/setup-cli@v1 with: - version: 1.11.4 + version: latest - run: supabase db start - run: supabase test db @@ -44,9 +44,8 @@ jobs: - uses: actions/checkout@v3 - uses: supabase/setup-cli@v1 with: - version: 1.11.4 + version: latest - run: supabase start - - run: supabase functions serve - run: deno test --allow-all deno-test.ts --env-file .env.local ```