diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a15c313..8150e83 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +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 - name: Analyze with SonarCloud uses: sonarsource/sonarcloud-github-action@master env: