Skip to content

Commit b6d2135

Browse files
committed
chore: rm environment variables from windows test script
1 parent a5723d2 commit b6d2135

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
powershell -Command {
2-
$env:SUPABASE_TEST_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYzNTAwODQ4NywiZXhwIjoxOTUwNTg0NDg3fQ.l8IgkO7TQokGSc9OJoobXIVXsOXkilXl4Ak6SCX5qI8";
3-
$env:SUPABASE_TEST_URL = "https://ibrydvrsxoapzgtnhpso.supabase.co";
42
poetry install;
53
poetry run pytest --cov=./ --cov-report=xml --cov-report=html -vv;
64
poetry run pre-commit run --all-files;

0 commit comments

Comments
 (0)