Skip to content

Commit 1560a84

Browse files
author
Ruslan Gainutdinov
committed
Fix github actions
1 parent ff4465c commit 1560a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
with:
1414
java-version: 1.8
1515
- name: Build with Maven
16-
run: mvn --file pom.xml
16+
run: mvn clean package

0 commit comments

Comments
 (0)