Commit c8476e3 1 parent 246a529 commit c8476e3 Copy full SHA for c8476e3
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 17
17
# - run: npm --prefix users/authservice ci
18
18
# - run: npm --prefix users/userservice ci
19
19
# - run: npm --prefix gatewayservice ci
20
- # - run: npm --prefix webapp ci
20
+ - run : npm --prefix questionservice ci
21
+ - run : npm --prefix webapp ci
21
22
# - run: npm --prefix users/authservice test -- --coverage
22
23
# - run: npm --prefix users/userservice test -- --coverage
23
24
# - run: npm --prefix gatewayservice test -- --coverage
Original file line number Diff line number Diff line change 12
12
- uses : actions/setup-node@v4
13
13
with :
14
14
node-version : 20
15
+ - run : npm --prefix questionservice ci
15
16
- run : npm --prefix webapp ci
16
17
# - run: npm --prefix webapp test -- --coverage
17
18
- name : Analyze with SonarCloud
27
28
- uses : actions/setup-node@v4
28
29
with :
29
30
node-version : 20
31
+ - run : npm --prefix questionservice install
30
32
- run : npm --prefix webapp install
31
33
- run : npm --prefix webapp run build
32
34
# - run: npm --prefix webapp run test:e2e
You can’t perform that action at this time.
0 commit comments