Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# =============================================================================
# AccountSafe Continuous Integration Pipeline
# AccountSafe - Continuous Integration Pipeline
# =============================================================================
# Triggers on pull requests to main/master branches.
# Runs backend (Python/Django) and frontend (Node/React) checks concurrently.
Expand All @@ -24,7 +24,7 @@ concurrency:

jobs:
# ===========================================================================
# Backend Job Python / Django / pytest / lint
# Backend Job - Python / Django / pytest / lint
# ===========================================================================
backend:
name: Backend (Python)
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
run: pytest --tb=short -q

# ===========================================================================
# Frontend Job Node.js / React / ESLint / tests
# Frontend Job - Node.js / React / ESLint / tests
# ===========================================================================
frontend:
name: Frontend (Node.js)
Expand Down
Loading
Loading