We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c3e5a commit eeac92eCopy full SHA for eeac92e
.github/workflows/test.yml
@@ -123,7 +123,8 @@ jobs:
123
env:
124
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
126
- run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
127
- -Dsonar.projectKey=com.github.wasiqb.coteafs:selenium \
128
- -DskipTests \
129
- -Dcheckstyle.skip
+ run: |
+ mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
+ -Dsonar.projectKey=com.github.wasiqb.coteafs:selenium \
+ -DskipTests \
130
+ -Dcheckstyle.skip
0 commit comments