Skip to content

Commit e32a1bb

Browse files
committed
fix(ci): fix CI failure
1 parent f55cc1a commit e32a1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
gpg-passphrase: GPG_PASSPHRASE
2323

2424
- name: Build with Maven
25-
run: mvn package -Dmaven.test.skip=true cobertura:cobertura
25+
run: mvn package -Dmaven.test.skip=true cobertura:cobertura -e -X
2626

2727
- name: Codecov
2828
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)