diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20ad994..410e842 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - run: npm --prefix userservice/userservice test -- --coverage - run: npm --prefix gatewayservice test -- --coverage #- run: npm --prefix questionservice test -- --coverage - - run: npm --prefix webapp test -- --coverage + #- run: npm --prefix webapp test -- --coverage - name: Analyze with SonarCloud uses: sonarsource/sonarcloud-github-action@master env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 802e7c8..43cd858 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: node-version: 20 - run: npm --prefix questionservice ci - run: npm --prefix webapp ci - - run: npm --prefix webapp test -- --coverage + #- run: npm --prefix webapp test -- --coverage - name: Analyze with SonarCloud uses: sonarsource/sonarcloud-github-action@master env: @@ -31,7 +31,7 @@ jobs: - run: npm --prefix questionservice install - run: npm --prefix webapp install - run: npm --prefix webapp run build - - run: npm --prefix webapp run test:e2e + #- run: npm --prefix webapp run test:e2e docker-push-webapp: name: Push webapp Docker Image to GitHub Packages runs-on: ubuntu-latest