Skip to content

Commit eeac92e

Browse files
committed
fix: Analysis command error.
1 parent f8c3e5a commit eeac92e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ jobs:
123123
env:
124124
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125125
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
126+
run: |
127+
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
128+
-Dsonar.projectKey=com.github.wasiqb.coteafs:selenium \
129+
-DskipTests \
130+
-Dcheckstyle.skip

0 commit comments

Comments
 (0)