Skip to content

Commit cfa2b35

Browse files
committed
Fix syntax
1 parent 5db8037 commit cfa2b35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/maven.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- name: Install xvfb
2424
run: sudo apt-get install xvfb
2525
- name: Build with Maven
26-
with:
27-
args: xvfb-run mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
26+
run: xvfb-run mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
2827
env:
2928
GITHUB_TOKEN: ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
3029
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)