Skip to content

Commit

Permalink
disable sonar scan because #4
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmore committed Jun 14, 2022
1 parent 648b102 commit ddf1784
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
run: |
ls coverage/*
- name: SonarQube Scan 🚑
uses: kitabisa/sonarqube-action@master
with:
host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }}
# - name: SonarQube Scan 🚑
# uses: kitabisa/sonarqube-action@master
# with:
# host: ${{ secrets.SONARQUBE_HOST }}
# login: ${{ secrets.SONARQUBE_TOKEN }}

# - name: Test Full 🔥
# run: |
Expand Down

0 comments on commit ddf1784

Please sign in to comment.