From f10345ab565239b9e0e528af5f6d35318e071221 Mon Sep 17 00:00:00 2001 From: AGC <158510532+AlvaroGlezC@users.noreply.github.com> Date: Fri, 3 May 2024 17:58:25 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ab6ca7..bbea7af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,6 +82,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 21 + - run: npm ci + - run: npm test - run: npm run test:coverage - name: SonarCloud Scan uses: sonarsource/sonarcloud-github-action@master