From a8a591a6d911e22f01801b0c7aa9c71ebeed6bc2 Mon Sep 17 00:00:00 2001 From: CANCI0 Date: Mon, 11 Mar 2024 15:40:23 +0100 Subject: [PATCH] Error en build.yml --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ed9667f..2c3ecdf5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,8 +21,6 @@ jobs: - run: npm --prefix questionservice ci - run: npm --prefix statsservice ci - run: npm --prefix webapp ci - - run: npm --prefix questionservice ci - - run: npm --prefix statsservice ci - run: npm --prefix users/authservice test -- --coverage - run: npm --prefix users/userservice test -- --coverage - run: npm --prefix gatewayservice test -- --coverage