We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6bfcc3 commit 58b2f98Copy full SHA for 58b2f98
.github/workflows/ci-build.yml
@@ -6,7 +6,7 @@
6
# separate terms of service, privacy policy, and support
7
# documentation.
8
9
-name: Java CI with Maven
+name: CI Build
10
11
on:
12
push:
@@ -31,7 +31,3 @@ jobs:
31
run: mvn -B -DskipTests clean package
32
- name: Test
33
run: mvn test
34
-
35
- # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
36
- - name: Update dependency graph
37
- uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
0 commit comments