Actualizar .gitea/workflows/ci.yaml
Deploy Function / deploy (push) Successful in 32s
Deploy Migrations to Production / deploy (push) Successful in 11s

This commit is contained in:
2026-02-16 16:38:20 +00:00
parent afd10eaaf7
commit af945cfa69
+11
View File
@@ -1,3 +1,14 @@
name: CI
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: supabase/setup-cli@v1