Skip to content

Commit

Permalink
Added jordi to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
algarfer committed Apr 10, 2024
1 parent 3e9ee9d commit 1c86b68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
- run: npm --prefix users/userservice ci
- run: npm --prefix userhistory ci
- run: npm --prefix gatewayservice ci
- run: npm --prefix jordi ci
- run: npm --prefix webapp ci
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix userhistory test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
- run: npm --prefix jordi test -- --coverage
- run: npm --prefix webapp test -- --coverage

- name: Analyze with SonarCloud
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
- run: npm --prefix users/userservice ci
- run: npm --prefix userhistory ci
- run: npm --prefix gatewayservice ci
- run: npm --prefix jordi ci
- run: npm --prefix webapp ci
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix userhistory test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
- run: npm --prefix jordi test -- --coverage
- run: npm --prefix webapp test -- --coverage

- name: Analyze with SonarCloud
Expand Down Expand Up @@ -49,6 +51,7 @@ jobs:
- run: npm --prefix users/userservice install
- run: npm --prefix userhistory install
- run: npm --prefix gatewayservice install
- run: npm --prefix jordi install
- run: npm --prefix webapp install
- run: npm --prefix webapp run build

Expand Down
1 change: 0 additions & 1 deletion webapp/e2e/test-environment-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ let mongoserver;
let userservice;
let authservice;
let gatewayservice;
let ranking;
let jordi;
let userhistory;
async function startServer() {
Expand Down

0 comments on commit 1c86b68

Please sign in to comment.