finish migrating from Supabase to local Postgress, and passport.js for auth because CORS
This commit is contained in:
@@ -66,6 +66,13 @@ jobs:
|
||||
- name: Run Unit Tests
|
||||
run: npm test # Run the test suite to ensure code correctness.
|
||||
|
||||
- name: Archive Code Coverage Report
|
||||
# This action saves the generated HTML coverage report as a downloadable artifact.
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: code-coverage-report
|
||||
path: coverage/
|
||||
|
||||
# --- Backend Deployment ---
|
||||
- name: Deploy Supabase Edge Functions
|
||||
# Pass the access token as an environment variable directly to this step
|
||||
|
||||
Reference in New Issue
Block a user