Skip to content

Commit 8269237

Browse files
committed
dont ignore test fail
1 parent c3523af commit 8269237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Build with Maven
4545
#run: mvn clean install -Plocal -Dmaven.test.failure.ignore=true
46-
run: mvn clean install -Plocal -Dmaven.test.failure.ignore=true
46+
run: mvn clean install -Plocal
4747

4848
- name: codecov
4949
uses: codecov/[email protected]

0 commit comments

Comments
 (0)