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: