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

This commit is contained in:
2026-02-16 16:36:58 +00:00
parent 13cf57505f
commit afd10eaaf7
+15 -13
View File
@@ -1,22 +1,24 @@
name: CI
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: supabase/setup-cli@v1 - uses: supabase/setup-cli@v1
with: with:
version: latest version: 1.119.1
- name: Add swap (avoid exit 137)
run: |
sudo fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
free -h
- name: Docker prune
run: |
docker system prune -af || true
docker volume prune -f || true
- name: Start Supabase local development setup - name: Start Supabase local development setup
run: supabase db start run: supabase db start --debug
- name: Verify generated types are checked in - name: Verify generated types are checked in
run: | run: |