Skip to content

Commit

Permalink
Modificado script build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289432 committed Mar 13, 2024
1 parent e2225c8 commit 903f575
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install --package-lock-only
#- run: npm --prefix users/authservice ci
#- run: npm --prefix users/userservice ci
#- run: npm --prefix gatewayservice ci
- run: npm --prefix questionservice ci
- run: npm --prefix questionservice
- run: npm --prefix webapp ci
#- run: npm --prefix users/authservice test -- --coverage
#- run: npm --prefix users/userservice test -- --coverage
Expand Down

0 comments on commit 903f575

Please sign in to comment.