From 5d3ec7258a0bee5ce5dc0414abf443f994dce04e Mon Sep 17 00:00:00 2001 From: Fernando Jose Gonzalez Sierra <90760906+UO277938@users.noreply.github.com> Date: Thu, 14 Mar 2024 08:22:12 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65491c6..487d8da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 6 + - run: npm --prefix questionservice install - run: npm --prefix questionservice ci - run: npm --prefix webapp ci - run: npm --prefix webapp test -- --coverage