Skip to content

Commit

Permalink
Update it-with-arq-wildfly-managed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy authored Feb 22, 2021
1 parent 5ceab17 commit fc7fc06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/it-with-arq-wildfly-managed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn clean verify -Parq-wildfly-managed,wildfly,coverage jacoco:report \
run: |
mvn clean verify -Parq-wildfly-managed,wildfly,coverage jacoco:report \
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.login=$SONAR_TOKEN \
Expand Down

0 comments on commit fc7fc06

Please sign in to comment.