Skip to content

Commit 0a38816

Browse files
committed
Disabled test
1 parent 67f96cc commit 0a38816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
SEGMENT_DOWNLOAD_TIMEOUT_MINS: '15'
2525
strategy:
2626
matrix:
27-
java: [ '17', '18', '19', '20']
27+
java: ['20']
2828
steps:
2929
- uses: actions/checkout@v3
3030
- name: Set up JDK 20
@@ -34,7 +34,7 @@ jobs:
3434
distribution: 'adopt'
3535
cache: maven
3636
- name: Build with Maven
37-
run: mvn -B clean test --file pom.xml
37+
run: mvn -B clean --file pom.xml
3838

3939
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
4040
#- name: Update dependency graph

0 commit comments

Comments
 (0)