Skip to content

Commit

Permalink
Añadido archivos de test a los servicios
Browse files Browse the repository at this point in the history
  • Loading branch information
baraganio committed Apr 22, 2024
1 parent a83a517 commit 17f8338
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- run: npm --prefix webapp ci
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix questions/creationservice -- --coverage
- run: npm --prefix questions/retrieveservice -- --coverage
- run: npm --prefix questions/creationservice test -- --coverage
- run: npm --prefix questions/retrieveservice test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
- run: npm --prefix webapp test -- --coverage
- name: Analyze with SonarCloud
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- run: npm --prefix webapp ci
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix questions/creationservice -- --coverage
- run: npm --prefix questions/retrieveservice -- --coverage
- run: npm --prefix questions/creationservice test -- --coverage
- run: npm --prefix questions/retrieveservice test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
- run: npm --prefix webapp test -- --coverage
- name: Analyze with SonarCloud
Expand Down
Empty file.
Empty file.

0 comments on commit 17f8338

Please sign in to comment.