Skip to content
New issue

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

Automated Testing CI Docs for Edge Functions dont include setup deno step #319

Open
Ben-Vollrath opened this issue Jan 26, 2025 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@Ben-Vollrath
Copy link

Ben-Vollrath commented Jan 26, 2025

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.

      - uses: denoland/setup-deno@v2
        with:
          deno-version: latest
@Ben-Vollrath Ben-Vollrath added the documentation Improvements or additions to documentation label Jan 26, 2025
@Ben-Vollrath
Copy link
Author

I did a PR to resolve this docs issue: #320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant