Skip to content

Commit 696dc50

Browse files
committed
fix my_build.yml
1 parent 0bb9526 commit 696dc50

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/my_build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@ jobs:
2323
make check
2424
- name: Run test coverage
2525
run: |
26-
make test-coverage
27-
- name: SonarQube Scan
28-
uses: SonarSource/sonarqube-scan-action@v5
29-
env:
30-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
26+
make test-coverage

0 commit comments

Comments
 (0)