Skip to content

Commit 59e36c1

Browse files
denglimingcolorful3
authored andcommitted
Update maven.yml
1 parent 27cd99b commit 59e36c1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/maven.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
matrix:
1010
java-version: [ 8, 9, 11 ]
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-java@v1
14-
with:
15-
java-version: ${{ matrix.java-version }}
16-
- name: Build with Maven
17-
run: mvn test
12+
- uses: actions/checkout@v2
13+
- uses: actions/setup-java@v1
14+
with:
15+
java-version: ${{ matrix.java-version }}
16+
- name: Build with Maven
17+
run: mvn test

0 commit comments

Comments
 (0)