-
Notifications
You must be signed in to change notification settings - Fork 3
Setup github actions for app builds and tests #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Setup github actions for app builds and tests #31
Conversation
Co-authored-by: punitsai36 <punitsai36@gmail.com>
Remove default env values in CI and add validation. Update Biome config to use check command. Co-authored-by: punitsai36 <punitsai36@gmail.com>
|
Cursor Agent can help with this pull request. Just |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
flights-tracker-worker | 0415b84 | Oct 15 2025, 08:58 PM |
|
@cursoragent update this PR so that the workflows can run in a sequence and we have some sort of structure instead of not having control over being able to run the flow of CI/CD actions/tasks in the workflow |
What changed:
How to run:
Learn more about Cursor Agents |
Co-authored-by: punitsai36 <punitsai36@gmail.com>
|
@cursor I don't like the name of Come up with a better name like The pipeline is also failing with this currently Make sure to read through the README.md and AGENTS.md files for more context on how we currently run this locally and how we can use this to shape how the ci/cd is set up and runs |
What changed
About the failing Biome step
Learn more about Cursor Agents |
Co-authored-by: punitsai36 <punitsai36@gmail.com>
|
Look into this CI/CD failure and fix 0s × Some errors were emitted while running checks. Error: Process completed with exit code 1. |
What I changed
Note
Learn more about Cursor Agents |
Co-authored-by: punitsai36 <punitsai36@gmail.com>
|
@cursor review this PR |
|
Skipping Bugbot: Bugbot is disabled for this repository |
|
@cursor can you ensure this only runs once PRs are created OR on main branch |
|
Done — the orchestrator only runs on PRs or pushes to main. name: CI/CD
on:
pull_request:
push:
branches: [ main ]
Learn more about Cursor Agents |
|
@cursor look into and fix why the App test is failing You can also update to run the App, Worker, and Fli tests in parallel |
Changes:
Learn more about Cursor Agents |
Co-authored-by: punitsai36 <punitsai36@gmail.com>
|
@cursor look into why the tests are failing and then fix the workflow appropriately. Also add a step to ONLY RUN ON |
What I changed
Learn more about Cursor Agents |
Co-authored-by: punitsai36 <punitsai36@gmail.com>
|
@cursor you just need to run |
|
@cursor increase fli test time out to 100s |
1 similar comment
|
@cursor the alerts-db tests are still failing in CI |
Changes:
Learn more about Cursor Agents |
Co-authored-by: punitsai36 <punitsai36@gmail.com>
|
@cursor still not fixed. Fix this |
What I changed
Also done earlier
Learn more about Cursor Agents |
Co-authored-by: punitsai36 <punitsai36@gmail.com>
Adds six GitHub Actions workflows for linting, formatting, building (web and workers), and testing (app, workers, fli).
These workflows establish a comprehensive CI pipeline using Bun, with strict environment variable validation, and are designed to be extended with deployment steps later.