Skip to content

Commit 9920dab

Browse files
Update maven.yml
1 parent 9e53649 commit 9920dab

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/maven.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3-
41
name: Java CI with Maven
52

63
on:
74
workflow_dispatch:
85

96
jobs:
10-
build:
7+
test:
118
runs-on: ubuntu-latest
129
steps:
1310
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)