We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db8037 commit cfa2b35Copy full SHA for cfa2b35
.github/workflows/maven.yml
@@ -23,8 +23,7 @@ jobs:
23
- name: Install xvfb
24
run: sudo apt-get install xvfb
25
- name: Build with Maven
26
- with:
27
- args: xvfb-run mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
+ run: xvfb-run mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
28
env:
29
GITHUB_TOKEN: ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
30
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments