Skip to content

Commit 44bba3d

Browse files
committed
fixed mvn command
1 parent a2704b0 commit 44bba3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- "**"
7+
branches-ignore:
8+
- 'master' # issue with dependency with EvoMaster releases
79
tags-ignore:
810
- '**'
911

@@ -18,5 +20,5 @@ jobs:
1820
with:
1921
java-version: 1.8
2022
- name: Build with Maven
21-
run: mvn clean verify --fae
23+
run: mvn clean install -DskipTests
2224
working-directory: jdk_8_maven

0 commit comments

Comments
 (0)