GitHub Actions — CI/CD Pipeline
Pipeline Steps
✅
Install Dependencies
npm ci • 12s
Passed
✅
TypeScript Check
tsc --noEmit • 8s
Passed
✅
Run Tests (375)
vitest run • 34s
375/375
✅
Build
remix build • 22s
Passed
✅
Deploy to Production
fly deploy • 45s
Live