Migrate CI/CD from GitHub Actions to Forgejo Actions #1

Merged
chrisp merged 4 commits from chore/forgejo-actions into main 2026-05-22 01:39:03 +00:00
Showing only changes of commit 0b8f7edc08 - Show all commits

View file

@ -30,8 +30,6 @@ jobs:
--health-interval 10s --health-interval 10s
--health-timeout 5s --health-timeout 5s
--health-retries 5 --health-retries 5
ports:
- 5432:5432
steps: steps:
- name: ⬇️ Checkout repo - name: ⬇️ Checkout repo
@ -49,7 +47,7 @@ jobs:
- name: 🧪 Run unit tests - name: 🧪 Run unit tests
run: npm run test:run run: npm run test:run
env: env:
DATABASE_URL: postgresql://test:test@localhost:5432/brackt_test DATABASE_URL: postgresql://test:test@postgres:5432/brackt_test
NODE_OPTIONS: --max-old-space-size=4096 NODE_OPTIONS: --max-old-space-size=4096
typecheck: typecheck: