From 49186df9d628b27ef2deb8a9c2437addb1b45cf2 Mon Sep 17 00:00:00 2001 From: UO289432 Date: Tue, 12 Mar 2024 19:14:56 +0100 Subject: [PATCH] Incluido questionservice en el scrip release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbc3eb1..e1974cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,7 @@ jobs: node-version: 20 - run: npm --prefix webapp ci # - run: npm --prefix webapp test -- --coverage + - run: npm --prefix questionservice ci - name: Analyze with SonarCloud uses: sonarsource/sonarcloud-github-action@master env: