Skip to content

Commit 1f0ce14

Browse files
authored
Update build.yml
1 parent 9de06c7 commit 1f0ce14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
with:
5151
path: ~/.m2/repository
5252
# refresh cache every month to avoid unlimited growth
53-
key: maven-repo-${{ runner.os }}-${{ steps.get-date.outputs.date }}
53+
key: maven-repo-${{ runner.os }}-${{ steps.get-date.outputs.date }}
54+
5455
- name: Build with Maven
55-
run: mvn -B formatter:validate verify --file pom.xml
56+
run: mvn -B formatter:validate verify --file pom.xml

0 commit comments

Comments
 (0)