From 000aaff0b43f86608373125d1192f6b15ad33f0c Mon Sep 17 00:00:00 2001 From: rigonlucas Date: Tue, 1 Oct 2024 23:04:15 -0300 Subject: [PATCH] test sonar ajust --- .github/workflows/pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9d4ba23..06fb4f8 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -9,7 +9,6 @@ on: jobs: test: runs-on: ubuntu-latest - needs: build steps: - name: Setup PHP @@ -82,4 +81,4 @@ jobs: args: > -Dsonar.projectKey=${{ secrets.SONAR_PROJECTKEY }} -Dsonar.organization=${{ secrets.SONAR_ORGANIZATION }} - -Dsonar.php.coverage.reportPaths=coverage.xml + -Dsonar.php.coverage.reportPaths=coverage.xml \ No newline at end of file