Skip to content

Commit 44a7425

Browse files
committed
Disable tests
1 parent 18e6cc0 commit 44a7425

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
distribution: 'adopt'
3737
cache: maven
3838
- name: Maven Tests
39-
run: mvn -B -X -e clean test --file pom.xml --batch-mode --fail-fast
39+
run: mvn -B -X -e cleancompile --file pom.xml --batch-mode --fail-fast
4040

4141
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
42-
#- name: Update dependency graph
43-
# uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
42+
- name: Update dependency graph
43+
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 commit comments

Comments
 (0)