Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
chore: remove sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-thebaud committed Apr 18, 2024
1 parent 087962f commit 863692a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ jobs:
- name: Execute tests
run: vendor/bin/phpunit -c phpunit.xml.dist

- name: Prepare SonarCloud Scan
run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' .coverage/clover.xml

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v1.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v1

Expand Down

0 comments on commit 863692a

Please sign in to comment.