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