Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
ccda0433
Unverified
Commit
ccda0433
authored
Mar 24, 2021
by
Gautier de Saint Martin Lacaze
Browse files
build: temporary skip tests on github action
parent
40066545
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
ccda0433
...
...
@@ -13,10 +13,10 @@ jobs:
-
uses
:
actions/checkout@v2
with
:
fetch-depth
:
0
# Shallow clones should be disabled for a better relevancy of analysis
-
name
:
Set up JDK
8
-
name
:
Set up JDK
11
uses
:
actions/setup-java@v1
with
:
java-version
:
8
java-version
:
11
-
name
:
Cache SonarCloud packages
uses
:
actions/cache@v1
with
:
...
...
@@ -33,4 +33,4 @@ jobs:
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
# Needed to get PR information, if any
SONAR_TOKEN
:
${{ secrets.SONAR_TOKEN }}
run
:
mvn -B
verify
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
run
:
mvn -B
test
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
pom.xml
View file @
ccda0433
...
...
@@ -67,6 +67,10 @@
<gitlab.autoremove-container>
true
</gitlab.autoremove-container>
<gitlab.skip-docker-start>
true
</gitlab.skip-docker-start>
<gitlab.port>
8090
</gitlab.port>
<sonar.projectKey>
gitlab4j_gitlab4j-api
</sonar.projectKey>
<sonar.organization>
gitlab4j
</sonar.organization>
<sonar.host.url>
https://sonarcloud.io
</sonar.host.url>
</properties>
<scm>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment