From e21ea586ba96446144452eb2d0582394419ab0b3 Mon Sep 17 00:00:00 2001 From: Fernando Jose Gonzalez Sierra Date: Tue, 30 Apr 2024 13:04:46 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 124a109..26cb96a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - run: npm --prefix gatewayservice test -- --coverage - run: npm --prefix questionservice test -- --coverage - run: npm --prefix webapp test -- --coverage - - run: npm --prefix webapp run test:e2e + - run: npm --prefix webapp test:e2e - name: Analyze with SonarCloud uses: sonarsource/sonarcloud-github-action@master env: