Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
4 years ago
by
Gautier de Saint Martin Lacaze
Browse files
Options
Download
Email Patches
Plain Diff
build: temporary skip tests on github action
parent
40066545
main
5.0.x
5.0.x.jdk17
6.x
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/build.yml
+3
-3
.github/workflows/build.yml
pom.xml
+4
-0
pom.xml
with
7 additions
and
3 deletions
+7
-3
.github/workflows/build.yml
+
3
-
3
View file @
ccda0433
...
@@ -13,10 +13,10 @@ jobs:
...
@@ -13,10 +13,10 @@ jobs:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
with
:
with
:
fetch-depth
:
0
# Shallow clones should be disabled for a better relevancy of analysis
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
uses
:
actions/setup-java@v1
with
:
with
:
java-version
:
8
java-version
:
11
-
name
:
Cache SonarCloud packages
-
name
:
Cache SonarCloud packages
uses
:
actions/cache@v1
uses
:
actions/cache@v1
with
:
with
:
...
@@ -33,4 +33,4 @@ jobs:
...
@@ -33,4 +33,4 @@ jobs:
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
# Needed to get PR information, if any
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
# Needed to get PR information, if any
SONAR_TOKEN
:
${{ secrets.SONAR_TOKEN }}
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
This diff is collapsed.
Click to expand it.
pom.xml
+
4
-
0
View file @
ccda0433
...
@@ -67,6 +67,10 @@
...
@@ -67,6 +67,10 @@
<gitlab.autoremove-container>
true
</gitlab.autoremove-container>
<gitlab.autoremove-container>
true
</gitlab.autoremove-container>
<gitlab.skip-docker-start>
true
</gitlab.skip-docker-start>
<gitlab.skip-docker-start>
true
</gitlab.skip-docker-start>
<gitlab.port>
8090
</gitlab.port>
<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>
</properties>
<scm>
<scm>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets