Skip to content

Commit

Permalink
Merge branch 'develop' into carlos
Browse files Browse the repository at this point in the history
  • Loading branch information
baraganio committed Apr 22, 2024
2 parents 599e477 + 17f8338 commit ec4b56d
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 ec4b56d

Please sign in to comment.