Skip to content

Add frontend and data-pipeline jobs to CI workflow#81

Merged
rebecanonato89 merged 2 commits intomainfrom
copilot/add-ci-pipeline
Apr 4, 2026
Merged

Add frontend and data-pipeline jobs to CI workflow#81
rebecanonato89 merged 2 commits intomainfrom
copilot/add-ci-pipeline

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 4, 2026

The existing ci.yml only covered the backend job. Frontend (Node 20) and data-pipeline (Python 3.10) jobs were missing, leaving those components unvalidated in CI.

Changes

.github/workflows/ci.yml

  • Added frontend-test job: Node 20, npm cache via frontend/package-lock.json, npm cinpm test -- --watchAll=false --runInBandnpm run build
  • Added data-pipeline-test job: Python 3.10, pip install -r requirements.txtpython -m compileall .python -m unittest discover -s tests
  • Fixed compileall path — was ../data-pipeline (double-traversal), corrected to . since working-directory is already data-pipeline

Copilot AI and others added 2 commits April 4, 2026 14:09
Agent-Logs-Url: https://github.com/fiap-tech-challenge-java/vigisus/sessions/403a4c33-2de3-49fb-9d71-bf3f6dd65615

Co-authored-by: rebecanonato89 <38442994+rebecanonato89@users.noreply.github.com>
Agent-Logs-Url: https://github.com/fiap-tech-challenge-java/vigisus/sessions/403a4c33-2de3-49fb-9d71-bf3f6dd65615

Co-authored-by: rebecanonato89 <38442994+rebecanonato89@users.noreply.github.com>
@rebecanonato89 rebecanonato89 marked this pull request as ready for review April 4, 2026 14:14
@rebecanonato89 rebecanonato89 merged commit 736ae81 into main Apr 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants