Skip to content

Commit eb8fd54

Browse files
committed
build: temporary skip tests on github action
1 parent 4006654 commit eb8fd54

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3535
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
36-
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
36+
run: mvn -B test org.sonarsource.scanner.maven:sonar-maven-plugin:sonar

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
<gitlab.autoremove-container>true</gitlab.autoremove-container>
6868
<gitlab.skip-docker-start>true</gitlab.skip-docker-start>
6969
<gitlab.port>8090</gitlab.port>
70+
71+
<sonar.projectKey>gitlab4j_gitlab4j-api</sonar.projectKey>
72+
<sonar.organization>gitlab4j</sonar.organization>
73+
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
7074
</properties>
7175

7276
<scm>

0 commit comments

Comments
 (0)