Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/A3_Submission.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
A3: CI/CD Pipeline with GitHub Actions
Patrick Augusto β€” Universitat de Lleida, 2025–2026

Workflow | File | Trigger | Jobs
-----------|----------|--------------------------------------|--------------------------------------------
CI | ci.yml | push, pull_request | Lint β†’ Test β†’ Build
CD | cd.yml | push (main/develop), manual dispatch | Build β†’ Deploy (Hosting, Functions, Firestore, Storage)

Link | URL
--------------|--------------------------------------------------------------------
Report | https://github.com/Patrick-Augusto/RUXAILAB/blob/develop/.github/A3_CI_CD_Pipeline_Report.md
CI Workflow | https://github.com/Patrick-Augusto/RUXAILAB/blob/develop/.github/workflows/ci.yml
CD Workflow | https://github.com/Patrick-Augusto/RUXAILAB/blob/develop/.github/workflows/cd.yml
Repository | https://github.com/Patrick-Augusto/RUXAILAB

360 changes: 360 additions & 0 deletions .github/PRD_Unified_Quality_Pipeline.md

Large diffs are not rendered by default.

Loading
Loading