diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f133da..5f612e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,11 +22,14 @@ jobs: - run: npm --prefix gatewayservice test -- --coverage - run: npm --prefix webapp test -- --coverage - run: npm --prefix questionservice test -- --coverage + - name: Analyze with SonarCloud - uses: sonarsource/sonarcloud-github-action@master - env: + uses: sonarsource/sonarcloud-github-action@master + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + + e2e-tests: needs: [unit-tests] runs-on: ubuntu-latest