Skip to content

Commit c8476e3

Browse files
committed
Modificaciones fichero yml
1 parent 246a529 commit c8476e3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
#- run: npm --prefix users/authservice ci
1818
#- run: npm --prefix users/userservice ci
1919
#- run: npm --prefix gatewayservice ci
20-
#- run: npm --prefix webapp ci
20+
- run: npm --prefix questionservice ci
21+
- run: npm --prefix webapp ci
2122
#- run: npm --prefix users/authservice test -- --coverage
2223
#- run: npm --prefix users/userservice test -- --coverage
2324
#- run: npm --prefix gatewayservice test -- --coverage

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 20
15+
- run: npm --prefix questionservice ci
1516
- run: npm --prefix webapp ci
1617
# - run: npm --prefix webapp test -- --coverage
1718
- name: Analyze with SonarCloud
@@ -27,6 +28,7 @@ jobs:
2728
- uses: actions/setup-node@v4
2829
with:
2930
node-version: 20
31+
- run: npm --prefix questionservice install
3032
- run: npm --prefix webapp install
3133
- run: npm --prefix webapp run build
3234
# - run: npm --prefix webapp run test:e2e

0 commit comments

Comments
 (0)