Skip to content

Commit

Permalink
Added questionservice ci to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orvizz committed Mar 3, 2025
1 parent 5d991c8 commit a8a3cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- run: npm --prefix users/authservice ci
- run: npm --prefix users/userservice ci
- run: npm --prefix llmservice ci
- run: npm --prefix questionservice ci
- run: npm --prefix gatewayservice ci
- run: npm --prefix webapp ci
- run: npm --prefix users/authservice test -- --coverage
Expand Down

0 comments on commit a8a3cc2

Please sign in to comment.