diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2021-06-14 22:46:24 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2021-06-14 22:46:24 +0300 |
commit | 39b1c216e0a9d8effba11de805cd1a6372c2456d (patch) | |
tree | fe132b6d70b4640670c534538218d67d351e1db4 | |
parent | 25ca31699e52d722c243a5fad00274aa13d05955 (diff) | |
download | pf4j-sonar.tar.gz pf4j-sonar.zip |
Update build.ymlsonar
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbb2448..5cdef8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,4 +33,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar + run: cd pf4j && mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar |