Skip to content

Commit e1fd92c

Browse files
committed
ci: dev
1 parent 0e3f9ab commit e1fd92c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@ jobs:
4040
run: make test
4141

4242
- name: SonarQube Scan
43-
if: matrix.os == 'ubuntu-latest'
4443
uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0
4544
env:
4645
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4746

4847
- name: Upload coverage reports to Codecov
49-
if: matrix.os == 'ubuntu-latest'
5048
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
5149
with:
5250
fail_ci_if_error: true

0 commit comments

Comments
 (0)