Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 4f3f1f3

Browse files
authored
Update java_ci.yml
1 parent c0ec807 commit 4f3f1f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/java_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: Java CI
32
on:
43
push: {}
@@ -32,4 +31,4 @@ jobs:
3231
restore-keys: |
3332
${{ runner.os }}-maven-
3433
- name: ✔ Test with Maven
35-
run: mvn test -fae --no-transfer-progress
34+
run: mvn test -fae --no-transfer-progress

0 commit comments

Comments
 (0)