We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://supabase.com/docs/guides/deployment/ci/testing
In the docs guides about Automated Testing for Edge Functions, no setup deno step is included. Deno test command will fail.
Add a denoland setup step to the example workflow so it succeeds.
- uses: denoland/setup-deno@v2 with: deno-version: latest
The text was updated successfully, but these errors were encountered:
I did a PR to resolve this docs issue: #320
Sorry, something went wrong.
No branches or pull requests
Improve documentation
Link
https://supabase.com/docs/guides/deployment/ci/testing
Describe the problem
In the docs guides about Automated Testing for Edge Functions, no setup deno step is included. Deno test command will fail.
Describe the improvement
Add a denoland setup step to the example workflow so it succeeds.
The text was updated successfully, but these errors were encountered: