diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 677c053..2ec7121 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - run: npm --prefix users/authservice test -- --coverage - run: npm --prefix users/userservice test -- --coverage - run: npm --prefix gatewayservice test -- --coverage - - run: npx playwright test webapp --coverage + - run: npx playwright test webapp - name: Analyze with SonarCloud uses: sonarsource/sonarcloud-github-action@master env: