We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5723d2 commit b6d2135Copy full SHA for b6d2135
test.ps1
@@ -1,6 +1,4 @@
1
powershell -Command {
2
- $env:SUPABASE_TEST_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYzNTAwODQ4NywiZXhwIjoxOTUwNTg0NDg3fQ.l8IgkO7TQokGSc9OJoobXIVXsOXkilXl4Ak6SCX5qI8";
3
- $env:SUPABASE_TEST_URL = "https://ibrydvrsxoapzgtnhpso.supabase.co";
4
poetry install;
5
poetry run pytest --cov=./ --cov-report=xml --cov-report=html -vv;
6
poetry run pre-commit run --all-files;
0 commit comments