File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -139,10 +139,6 @@ jobs:
139139 run : npm install --include=dev
140140 working-directory : client
141141
142- - name : Run linter
143- run : npm run lint
144- working-directory : client
145-
146142 - name : Run tests
147143 run : npm run test -- --run
148144 working-directory : client
Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ The project includes a GitHub Actions workflow `ci-cd.yml` for:
443443
444444** Jobs:**
445445- ` detect-changes ` : Identifies which services need building/testing
446- - ` build-genai ` : Python linting and dependency installation
446+ - ` build-genai ` : Python linting, dependency installation, and genai tests
447447- ` build-server ` : Java microservices build and test (API Gateway, Chat, User)
448448- ` build-client ` : Node.js build and test
449449- ` docker-release-* ` : Builds and pushes Docker images to GitHub Container Registry
You can’t perform that action at this time.
0 commit comments