Skip to content

Commit

Permalink
Temporary removal of sonar-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinaFirsova committed Oct 26, 2023
1 parent 475a58b commit 6eecc46
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6eecc46

Please # to comment.