Skip to content

Rollback @supabase/auth-helpers-sveltekit to ^0.11 to avoid https://g… #86

Rollback @supabase/auth-helpers-sveltekit to ^0.11 to avoid https://g…

Rollback @supabase/auth-helpers-sveltekit to ^0.11 to avoid https://g… #86

Workflow file for this run

name: Tests
on: [push, pull_request]
env:
PUBLIC_SUPABASE_URL: "https://fake_test_url.supabase.co"
PUBLIC_SUPABASE_ANON_KEY: "fake_anon_key"
PRIVATE_SUPABASE_SERVICE_ROLE: "fake_service_role"
PRIVATE_STRIPE_API_KEY: "fake_strip_api_key"
jobs:
build_and_test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: NPM install
run: npm install
- name: Tests
run: npm run test_run