From 6eecc462aad61f7da00021f36288c2ba98f27ac3 Mon Sep 17 00:00:00 2001 From: AlinaFirsova <67948652+AlinaFirsova@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:09:05 +0000 Subject: [PATCH] Temporary removal of sonar-scanner --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5151dfdd..7392e633 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,13 +35,13 @@ jobs: yarn install yarn run ci - - name: After success steps - run: | - sonar-scanner - npm run coveralls - if [ "${{ github.event_name }}" != "pull_request" ]; then - /tmp/cc-test-reporter after-build --exit-code $? - fi + # - name: After success steps + # run: | + # sonar-scanner + # npm run coveralls + # if [ "${{ github.event_name }}" != "pull_request" ]; then + # /tmp/cc-test-reporter after-build --exit-code $? + # fi deploy: needs: build-and-test